Update README.md

This commit is contained in:
Daniel 2022-06-01 12:50:20 +04:30 committed by GitHub
parent 04ce8ddf0f
commit 413ba0cea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
2. Edit `/src/config.json` accordingly. 2. Edit `/src/config.json` accordingly.
3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install` for the dependancies. 3. Head to the main folder using terminal and run: `(cd api && npm install --legacy-peer-deps) && npm install --legacy-peer-deps` for the dependancies.
4. Run `(cd api && npm run dev) & npm start` to start the application. 4. Run `(cd api && npm run dev) & npm start` to start the application.