We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f5401 commit 6ebc4d8Copy full SHA for 6ebc4d8
.github/workflows/docs.yml .github/workflows/deploy.yml
README.md
@@ -4,11 +4,10 @@
4
#### Install
5
- **Node.js** >= 23
6
7
-1. Install [VitePress](https://vitepress.dev/) using `npm add -D vitepress`
8
-2. Install [Vue](https://vuejs.org/) using `npm add -D vue`
+1. Install dependencies using `npm ci`
9
10
#### Run
11
1. First build the static pages using VitePress by running `npm run docs:build`
12
2. You can then can preview the site using `npm run docs:preview`
13
14
-**Note:** Changes to your documentation files will only be reflected after rebuilding the static pages
+**Note:** Changes to your documentation files will only be reflected after rebuilding the static pages
0 commit comments