Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 470 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 470 Bytes

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