Skip to main content

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 server
  • npm run build: create production bundle
  • npm run serve: serve local production build
  • npm run deploy: deploy to GitHub Pages