We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be1bd2 commit c485bf2Copy full SHA for c485bf2
README.md
@@ -4,13 +4,6 @@
4
5
This is the code repository for the Brewblox documentation website. These docs are built with vuepress and written in markdown.
6
7
-## Local changes
8
-
9
-VuePress has a [persistent bug that breaks HMR](https://github.com/vuejs/vuepress/issues/2254).
10
11
-A temporary fix is to manually edit `node_modules/@vuepress/core/lib/node/createTemp.js`,
12
-and comment `fs.emptyDirSync(tempPath)`.
13
14
## Editing
15
16
Recommended tools:
@@ -30,7 +23,7 @@ You might want to add these lines to your user Settings:
30
23
In the root of this repo, run:
31
24
32
25
```
33
-npm install
26
+npm ci -d
34
27
35
28
36
29
To build the docs with hot reloading:
0 commit comments