Build
- Download sources.
- In terminal do:
- go to you sources folder;
- run
npm install
;
- run
bower install
;
- go to docs folder with command
cd docs
;
- run
bower install
;
- go back to your sources folder by typing
cd ..
;
- run
gulp
.
- In you browser go to
http://127.0.0.1:3333/
If you want to buld minified sources, in substep 7 run gulp build
.