You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
### Contributing
2
2
3
+
#### Run Avo Docs Site Locally
4
+
5
+
Avo uses [VitePress](https://vitepress.dev/guide/getting-started) to generate the docs site.
6
+
7
+
To spin up a local server, run:
8
+
9
+
```bash
10
+
yarn install && yarn dev
11
+
```
12
+
13
+
The site will be available on `http://localhost:3011/`
14
+
15
+
3
16
#### Field docs structure
4
17
5
18
We begin the file with the name of the field. Next we write the field declaration and a short description of what the field does. Next we should attach an image or gif with it.
0 commit comments