Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 776 Bytes

File metadata and controls

29 lines (22 loc) · 776 Bytes

Getting Started

To get started with this template, follow these simple steps:

  1. Install dependencies using npm or yarn:

    npm install
    # or
    yarn install
    pnpm install
    bun install
    
  2. Start the development server:

    npm run docs:dev
    # or
    <yarn/pnpm/bun> run docs:dev
    
  3. Open your browser and visit http://localhost:5173 to view your documentation website.

Available Scripts

  • 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.