Skip to content

Latest commit

 

History

History

documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@nahkies/openapi-code-generator - documentation website

The documentation website is built using NextJS / Nextra.

It's hosted at https://openapi-code-generator.nahkies.co.nz/ using GitHub pages.

Local development

Run the development server with the dev script:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Testing production builds

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