- Clone down the repo
cd
into the repo andrm -rf .git
to remove the .git folder- in
src/server/index.js
, set database name where it saysYOUR-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