The Vesu Documentation website is built using Docusaurus.
Make sure you have Node.js version 18.0 or higher installed.
Follow the instructions here if you need to install Node.js.
Navigate to the project's root folder and install all project dependencies.
$ npm installStart a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
$ npm run startGenerate static content into the build directory that can be served using any static contents hosting service.
$ npm run buildNote, this command should be tested prior to pushing any update to GitHub.