How to run it locally for development? #1748
SebastianStehle
started this conversation in
Help Wanted
Replies: 2 comments 2 replies
-
Sure I’m not home so I can’t give an in-depth guide at the moment but I will give brief guidance. But you are just missing a step. You need to build the data-provider |
Beta Was this translation helpful? Give feedback.
2 replies
-
You should run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
do you have any guides how to run it locally for development?
What I tried:
Run backend
I use
npm run backend:dev
. It starts, but weirdly uses the port 27018 for MongoDB, not the default 27017. Anyway, I changed and was opening the browser and got the following error message:It does not seem to call the vite dev server when running in dev mode, perhaps this would be sorted out automatically if I would run the frontend.#1747
Run Frontend
I use
npm run frontend:dev
. Now I get errors like thisI have never used local dependencies and so far I cannot figure out how it might work.
Beta Was this translation helpful? Give feedback.
All reactions