Hello there, is this repository also intended to run the documentation at your own instance (offline)? I do not want to report a bug but seems that after installing dependencies I do npm run start and I open localhost:8080 but it's unaccesible.
It would be great for those that travel.
Thank you!
馃憢 Thanks for opening your first issue here! If you're reporting a 馃悶 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
I was just able to fire up a local docs instance using the following steps:
yarn in the package rootnpm run start also in package root=> [鉁揮 App serving at http://localhost:3000
The @lasley 's answer is absolutely correct. Also I don't find any info about 8080 port, except config.js, I've made the PR for removal, #3080.
Most helpful comment
I was just able to fire up a local docs instance using the following steps:
yarnin the package rootnpm run startalso in package root