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
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/DOCS_README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,18 +75,18 @@ rm -rf node_modules
75
75
This command will remove old version of the visual theme and required packages. This step is optional.
76
76
77
77
```bash
78
-
npm install
78
+
yarn install
79
79
```
80
80
81
81
Install the theme and all dependencies.
82
82
83
83
```bash
84
-
npm run serve
84
+
yarn run serve
85
85
```
86
86
87
87
Run `pre` and `post` hooks and start a hot-reloading web-server. See output of this command for the URL (it is often [https://localhost:8080](https://localhost:8080)).
88
88
89
-
To build documentation as a static website run `npm run build`. You will find the website in `.vuepress/dist` directory.
89
+
To build documentation as a static website run `yarn run build`. You will find the website in `.vuepress/dist` directory.
0 commit comments