## Development
Requires Node 0.12+.
Install:
$ npm install -g gulp
$ npm install
Run server with auto-reload (without minification):
$ gulp
To force minification of assets (build takes a bit longer) include the --minified
flag:
$ gulp --minified
SSH as root into the production server:
$ ssh [email protected]
$ cd /opt/doesithavewifi
$ git pull
$ npm run build
## Credits
AGPLv3 - see LICENSE.txt