Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 659 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 659 Bytes

Does it have wifi?

## 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

Production deployment

SSH as root into the production server:

$ ssh [email protected]
$ cd /opt/doesithavewifi
$ git pull
$ npm run build

## Credits

License

AGPLv3 - see LICENSE.txt