-
Clone this repo;
-
Install git submodules:
$ git submodule update --init- Install dependencies:
$ npm installIt will automatically run ./deploy.sh after install
and build front-end stuff (styles, scripts) by front-end-gulp tool.
See more about front-end-gulp tool for building front-end:
front-end-gulp-pattern
or just run: ./front-end-gulp help to show available tasks.
Use --production flag for minification styles and scripts
(deploy script uses it by default).
- Logic written on LiveScript with prelude.ls library.
- Styles written on Stylus with nib library (nib automatically creates browser prefixes).