Mention running yarn in the frontend/ in README.md (#513)

This just keeps it consistent with every other code snippets that explicitly mention `cd <target_dir>` before running other operations
This commit is contained in:
Igor Matuszewski
2022-11-30 14:11:00 +01:00
committed by GitHub
parent 3b5ea055ed
commit f72d62bbc1
+1 -1
View File
@@ -40,7 +40,7 @@ To run the frontend make sure to grab the latest stable version of node and inst
```sh
nvm install stable
yarn
(cd frontend && yarn)
```
### Terminal 1 & 2 - Backend