- Install NodeJS and MongoDB.
- Start the Mongo server by opening a new terminal tab and typing
mongod
. - Install dependencies with
npm install
- Obtain the super secret config file by contacting Joe or David if you're interested in working on this project.
- Run server with
npm start
, run api test withnpm test
- Fork or branch
dev
then submit a PR back todev
. - We'll review it and merge it into
dev
if it's ready. - As necessary, we'll merge
dev
intomaster
. - Our production server will automatically update based on changes in
master
DO NOT submit PRs tomaster
or attempt to push directly tomaster
because this branch must be kept pristine and production-ready at all times.