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 96b6f2f commit f19ee6eCopy full SHA for f19ee6e
docs/guide/contributing.md
@@ -14,6 +14,17 @@ After cloning the repo, run:
14
$ pnpm i # install the dependencies of the project
15
```
16
17
+:::tip ⚠️
18
+
19
+Since `electron` is used in the project, if your network environment is unstable, you may be unable to install dependencies.
20
+You can use the following command to set up the mirror, and run `pnpm i` again to install the dependencies.
21
22
+```bash
23
+pnpm config set ELECTRON_MIRROR https://npmmirror.com/mirrors/electron/
24
+```
25
26
+:::
27
28
## Git Hooks
29
30
The project uses [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks) to enforce the following on each commit:
0 commit comments