This is a product and documentation website made for PersonalMediaVault.
In order to install dependencies, type:
npm install
In order to run a development server, run the following command:
npm run serve
The 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:production
The website will be placed in the public
folder.