Browse Source

docs: installing locally with lerna

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 5 years ago
parent
commit
e0d17ae00d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -268,9 +268,9 @@ Run this command in your shell. You will have to do this command for every shell
 
    `yarn global add node-gyp`.
 
-5. In both `frontend` and `backend` folders, do `yarn install`.
+5. Run `yarn run bootstrap` to install dependencies and dev-dependencies for both the frontend and backend.
 
-6. `nodemon backend/index.js`
+6. Either execute `yarn run dev:frontend` and `yarn run dev:backend` separately, or in parallel with `yarn dev`.
 
 ### Calling Toasts