Apologies but is there a way I can get the website running locally?
I tried npx next start and that starts and binds it fine but when I go on the website's home page and click "Docs", it 404s.
I have already run pnpm run build as per CONTRIBUTING.md and pnpm run docs (before doing npx next start).
```
main@pc website % npx next start
▲ Next.js 16.0.8
- Local: http://localhost:3000
- Network: http://192.168.1.111:3000
✓ Starting...
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: npm i baseline-browser-mapping@latest -D
✓ Ready in 176ms
I have run that command inside the websites directory.
Would appreciate some help - just want to make sure that docs I type locally will render correctly on the website.