-
On the README.md, it says to build locally, you do yarn and then do yarn start. When I put in yarn start on the terminal, it just says command start not found. Am I doing something wrong? I'm trying to start making some changes but not sure where to start in terms of seeing them and such. Edit: Okay so I found out that I wasn't doing the command in the right place, but when I go and do it in the right place this time (frontend), I get a different error message: |
Beta Was this translation helpful? Give feedback.
Answered by
roshaans
Aug 30, 2022
Replies: 1 comment
-
Yep, you should run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roshaans
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, you should run
yarn start
inpackages/frontend/
folder