Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 337 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 337 Bytes

TokoBapak Developer Documentation

To start the development server:

  1. Assuming Node.js is installed, if not install Node.js LTS version
  2. Run npm install to install dependencies
  3. Run npm run docs:dev to start development server.

For further documentation for VitePress, refer to their documentation.