We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4c1ee commit c3d9ea0Copy full SHA for c3d9ea0
README.md
@@ -0,0 +1,29 @@
1
+## CodeSnap Documentation Site
2
+
3
+Welcome! This repo contains the documentation site for CodeSnap.
4
5
+It can be viewed [here](https://codesnap-rs.github.io/docs/).
6
7
+It is built using Vitepress
8
9
+## Adding updates
10
+To get started, just clone the repo:
11
+```bash
12
+git clone https://github.com/codesnap-rs/docs
13
+cd docs
14
+```
15
16
+Then install the dependencies:
17
18
+npm install
19
20
21
+To run the dev server:
22
23
+npm run docs:dev
24
25
26
+To build the site:
27
28
+npm run docs:build
29
0 commit comments