Skip to content
Kevin Hannigan edited this page Mar 26, 2017 · 7 revisions

Getting Started (like, from the very very beginning):

  1. Install NodeJS and MongoDB on your computer. This probably means you run sudo apt install nodejs mongodb on ubuntu
  2. Open a terminal, go to the project directory
  3. Execute npm install
  4. Next, I think you need to install gulp and bower globally via npm, so run npm install -g gulp bower
  5. Run bower install to install the frontend dependencies
  6. Next, run gulp to "build" the code
  7. Run npm start to start your server
Clone this wiki locally