First, install the dependencies for the repo:
yarn installThen, run the Vuepress app locally using
yarn docs:devThis should run a local development server on http://localhost:8080/. When you make changes to the Markdown files in the repo, the app should hot reload and refresh the browser automatically.