Documentation for BerryAudio, built with VitePress.
Install the dependencies:
npm installThe Bruno API collection is located in:
bruno/
The collection is used to generate the API documentation.
Generate the API documentation:
npm run docs:brunoStart the documentation site:
npm run docs:devThe documentation will be available at:
http://localhost:5173
Build the documentation for production:
npm run docs:buildPreview the production build:
npm run docs:preview| Command | Description |
|---|---|
npm install |
Install dependencies |
npm run docs:dev |
Start the documentation site |
npm run docs:bruno |
Generate API documentation from bruno/ |
npm run docs:build |
Build the documentation |
npm run docs:preview |
Preview the production build |