Quellcode durchsuchen

docs: installing locally with lerna

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan vor 5 Jahren
Ursprung
Commit
e0d17ae00d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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`.
    `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
 ### Calling Toasts