Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 496 Bytes

File metadata and controls

executable file
·
27 lines (17 loc) · 496 Bytes

arch-guide

My installation instructions and guide for Arch Linux

⚠️ The repo's master branch contains the source files for the site. The static files are in the gh-pages branch!

Development

Install dependencies

bun install

Run development server

bun run dev

Build for production

bun run build

For more details, please head VitePress's documentation.