Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (28 loc) · 954 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 954 Bytes

Configuration

Setup Instructions:

  1. Clone down repo from GitHub
  2. Make a new branch:
  • git checkout -b 'new-branch-name'
  1. mongoDB:
  • Install mongoDB if not already installed
  • Create data directory: $ sudo mkdir -p /data/db
  • Set permissions: $ sudo chown -R 'your-computer-username' /data/db
  1. Node
  • Install packages / dependencies $ npm install
  • run server $ npm start
  1. Making changes to code:
  • ctrl+c to quit server
  • to build changes $ npm run build
  • start server again $ npm start