Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM, Bun, Npm)
git clone https://github.com/carch-org/docs
cd docs
cd <clone dir>
bun add -D vitepress
To generate the static documentation files:
bun run docs:build
To preview the generated build locally:
bun run docs:preview
Copy the local IP address provided and paste it into your browser to view the documentation.
To see live changes while editing the documentation:
bun run docs:dev