Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 420 Bytes

lerna

Setup

  • Clone down the repo
  • cd into the repo and rm -rf .git to remove the .git folder
  • in src/server/index.js, set database name where it says YOUR-DB-NAME
  • run yarn start in the root to install dependencies and run start scripts in each package
  • run lerna bootstrap to install dependencies only