This is a product and documentation website made for PersonalMediaVault.
In order to install dependencies, type:
npm installIn order to run a development server, run the following command:
npm run serveThe content is placed into the content folder, each language inside its own sub-folder.
Read the Docsy documentation for more information on how the content is interpreted to make the website.
In order to build the website, run the following command:
npm run build:productionThe website will be placed in the public folder.