How do I set up the project locally? #134
-
|
I want to run the app on my machine. What are the setup steps? |
Beta Was this translation helpful? Give feedback.
Answered by
Alexandrbig1
Oct 29, 2025
Replies: 1 comment
-
|
Follow setup instructions in each repo’s git clone https://github.com/OpenCodeChicago/corex-frontend.git
npm install
npm run dev |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AndrewThompson999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow setup instructions in each repo’s
README.md. Example for frontend: