Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9e3c81

Browse files
committed
docs: update
1 parent 3ac7878 commit c9e3c81

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,21 @@ English | [简体中文](README.zh-CN.md)
1818
🐞 Debugger configuration included
1919
🖥 Easy to implement multiple windows
2020

21-
## 🛫 Quick start
21+
## 🛫 Quick Setup
2222

2323
```sh
24-
npm create electron-vite
25-
```
24+
# clone the project
25+
git clone https://github.com/electron-vite/electron-vite-react.git
26+
27+
# enter the project directory
28+
cd electron-vite-react
2629

27-
![electron-vite-react.gif](/electron-vite-react.gif)
30+
# install dependency
31+
npm install
32+
33+
# develop
34+
npm run dev
35+
```
2836

2937
## 🐞 Debug
3038

README.zh-CN.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@
2020
## 快速开始
2121

2222
```sh
23-
npm create electron-vite
24-
```
23+
# clone the project
24+
git clone https://github.com/electron-vite/electron-vite-react.git
25+
26+
# enter the project directory
27+
cd electron-vite-react
2528

26-
![electron-vite-react.gif](/electron-vite-react.gif)
29+
# install dependency
30+
npm install
31+
32+
# develop
33+
npm run dev
34+
```
2735

2836
## 调试
2937

0 commit comments

Comments
 (0)