The documentation website is built using NextJS / Nextra.
It's hosted at https://openapi-code-generator.nahkies.co.nz/ using GitHub pages.
Run the development server with the dev
script:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Additional Requirements:
- Docker
You can test a production build locally by using the included script. It'll run
a production build, and then serve it on port 8080
using the official nginx
docker image
./scripts/serve-prod-build-in-docker.sh