A documentation template based on NextJS and Nextra that exports pure HTML files.
Make sure if NODEJS is installed on your computer.
$ npm install
$ npm run dev
With is command file will be compiled and it will be loaded on local server http://localhost:3000.
$ npm run build
$ npm run start
Pure HTML Static Files (.html)
Step 1. generate static resources:
$ npm run export
Step 2. fix name for HTML files:
$ npm run export:fix
- Nextra 2
- Next.js 14
- React 18
- TypeScript 4.x.x
Licensed under the MIT.