Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 387 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 387 Bytes

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