Skip to content

Latest commit

 

History

History
 
 

website

Website Runbook

YVM uses Docusaurus to maintain our documentation website. For more info visit the Docusaurus Website

Making Changes

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

NOTE

Do not commit changes made to the docs by the build script.