This documentation is built using Docusaurus 2, a modern static website generator.
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.
This documentation is hosted at https://developers.volumio.com and it's automatically deployed on Vercel