Skip to content

Instantly share code, notes, and snippets.

@BerkeleyTrue
Last active February 24, 2016 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BerkeleyTrue/583d6d77c3c1a73646d3 to your computer and use it in GitHub Desktop.
Save BerkeleyTrue/583d6d77c3c1a73646d3 to your computer and use it in GitHub Desktop.

You'll need node, npm, and bower installed globaly. As well as MongoDB set up and all the .env keys set up according to the contributing guidlines

I'd also recommend using node 4.x LTS which is what we use on our servers but I've heard it runs fine using node 5

  • NODE_ENV=development npm install
  • bower install
  • npm run once
  • npm run build
  • NODE_ENV=production node server/production-start.js.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment