To get started with this template, follow these simple steps:
-
Install dependencies using npm or yarn:
npm install # or yarn install pnpm install bun install -
Start the development server:
npm run docs:dev # or <yarn/pnpm/bun> run docs:dev -
Open your browser and visit
http://localhost:5173to view your documentation website.
docs:dev: Start VitePress development server.docs:build: Build the documentation website for production.docs:preview: Preview the built documentation website.
Happy documenting! If you have any questions or need further assistance, don't hesitate to reach out here.