Here are the tools you need to work on this project.
sudo gem install sass
npm install -g babel-cli
cd mosaic
npm install
Here's how you compile the code.
sass --watch css/mosaic.scss:css/mosaic.css
babel js/mosaic.js --watch --out-file js/bundle.js