Skip to content

codesnap-rs/docs

Repository files navigation

CodeSnap Documentation Site

Welcome! This repo contains the documentation site for CodeSnap.

It can be viewed here.

It is built using Vitepress

Adding updates

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

Releases

No releases published

Packages

No packages published