Skip to content

volumio/volumio-developers-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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