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

taipowerapps/doesithavewifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 root@45.55.241.79
$ cd /opt/doesithavewifi
$ git pull
$ npm run build

## Credits

License

AGPLv3 - see LICENSE.txt