My version of HedgeDoc is: “latest develop branch” version 2.0
What I expected to happen:
Start backend and frontend code together.
What actually happened:
I’m running on terminal:
yarn start:dev:mock (frontend?)
yarn start:dev (backend?)
However I can’t run both at same time, I guess it’s because I have to use caddy? but following theses instructions hedgedoc/getting-started.md at develop · hedgedoc/hedgedoc · GitHub, I didn’t manage to do it.
I already tried:
I’m trying to run:
sudo caddy reverse-proxy --from hedgedoc.localhost --to localhost:3000
But it looks like it’s not solving backend_frontend problem.
I would like to have more accurate guide about how to launch frontend and backend together with coddy thank you.
The document you’ve linked contains a quick guide and a more detailed version. If you follow the quick guide you should be able to start everything at once without a manual configuration of caddy.