Welcome! This repo contains the documentation site for CodeSnap.
It can be viewed here.
It is built using Vitepress
To get started, just clone the repo:
git clone https://github.com/codesnap-rs/docs
cd docs
Then install the dependencies:
npm install
To run the dev server:
npm run docs:dev
To build the site:
npm run docs:build