To start the development server:
- Assuming Node.js is installed, if not install Node.js LTS version
- Run
npm install
to install dependencies - Run
npm run docs:dev
to start development server.
For further documentation for VitePress, refer to their documentation.