This project has been officially closed by the owner. Thank you for your interest and support.
Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM)
git clone https://github.com/carch-org/docs
cd docs
cd <clone dir>
npm add -D vitepress
To generate the static documentation files:
npm run docs:build
To preview the generated build locally:
npm 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:
npm run docs:dev