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