Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 888 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 888 Bytes

Volumio Developer Documentation

This documentation is built using Docusaurus 2, a modern static website generator.

Launch the documentation locally

Install Node.js

Node.js version 14.0.0 is needed. A good tool to use to install the appropriate node version is NVM

nvm install 14.0.0
nvm use 14.0.0

Clone the Documentation

git clone https://github.com/volumio/volumio-developers-docs.git

Install prerequisites (only once):

cd volumio-developers-docs
npm install

Start the documentation server locally:

npx docusaurus start

Open http://localhost:3000 to view the documentation as you work on it.

Notes on deployment

This documentation is hosted at https://developers.volumio.com and it's automatically deployed on Vercel