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 60051a9 commit ce0a674Copy full SHA for ce0a674
README.md
@@ -23,7 +23,10 @@
23
## Getting started
24
25
### Preparation
26
-install Node.js >= 20
+- install Node.js >= 20
27
+- You can use npmmirror.com to speed up the installation in china
28
+> yarn config set -H npmRegistryServer "https://registry.npmmirror.com"
29
+> export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
30
31
### Start the project
32
```bash
0 commit comments