YVM uses Docusaurus to maintain our documentation website. For more info visit the Docusaurus Website
First prepare all dependencies by running
in the root directory ./website
yarn install
yarn build
Start the localhost:3000 server using
yarn start
Refresh the page for your changes to be reflected
Do not commit changes made to the docs by the build script.