Getting Started
Prerequisites
- Node.js 20 or later
- npm 10 or later
Install Dependencies
npm install
Run The Docs Site Locally
npm start
Open http://localhost:3000/ after the server starts.
Build For Production
npm run build
The static output is generated in build/.
Common Commands
npm start: run local development servernpm run build: create production bundlenpm run serve: serve local production buildnpm run deploy: deploy to GitHub Pages