Skip to content

dizzib/WhoDoTheyServe.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build and run locally  Build Status

install global dependencies

git clone, build and run

$ git clone --branch=dev https://github.com/dizzib/WhoDoTheyServe.com.git
$ cd WhoDoTheyServe.com
$ npm install           # install dependencies
$ npm test              # build site and run tests
$ npm run-script task   # start the developer task runner

The dev site should now be running at http://localhost:4000

Navigate to http://localhost:4000/#/user/signup to create an admin user who should then be able to signup further users.

notes

The build tasks rely on Linux shell commands such as pkill and rsync so are unlikely to run on other OS's without some tweaks.