I am running a simple project of Docusaurus with npm start
which runs successfully.
Using Github Codespaces to run the project but the forwarded route doesn't seem to be working.
Attached the screenshots of environment.
I am running a simple project of Docusaurus with npm start
which runs successfully.
Using Github Codespaces to run the project but the forwarded route doesn't seem to be working.
Attached the screenshots of environment.
And, found an answer here!
Running npm run start -- --host 0.0.0.0
works like a charm