My installation instructions and guide for Arch Linux
⚠️ The repo'smaster
branch contains the source files for the site. The static files are in thegh-pages
branch!
Install dependencies
yarn
Run development server
yarn dev
Build for production
yarn build
For more details, please head VitePress's documentation.