Alice.si website Don't forget to install node modules using $ npm install To build $ gulp build To push new version of alice.si to github pages $ rm -rf build $ gulp build $ cp -r build/ docs/ $ git add docs $ git commit -m "website version update" $ git push To watch website on 3000 port (for development) $ gulp watch