All Projects → dizzib → WhoDoTheyServe.com

dizzib / WhoDoTheyServe.com

Licence: MIT license
Source code for

Programming Languages

livescript
113 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].