File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
Lunova Studio 文档库
4
4
<br/>
5
5
<br/>
6
- <a href="https://wiki.blessing-studio.cn ">
6
+ <a href="https://docs.lunova.studio/ ">
7
7
<img src="https://s21.ax1x.com/2025/02/08/pEmlhi6.png" alt="Wikiblo.png" border="0"/>
8
8
</a>
9
9
</h1 >
13
13
14
14
### 安装
15
15
16
- ```
17
- $ yarn
16
+ ``` sh
17
+ yarn
18
18
```
19
19
20
20
### 本地开发
21
21
22
- ```
23
- $ yarn start
22
+ ``` sh
23
+ yarn start
24
24
```
25
25
26
- 此命令会启动一个本地开发服务器,并打开一个浏览器窗口。大多数更改会实时反映出来,无需重启服务器。
26
+ 此命令会启动一个本地开发服务器,并打开一个浏览器窗口。大多数更改会实时反映出来,无需重启服务器
27
27
28
28
### 构建
29
29
30
- ```
31
- $ yarn build
30
+ ``` sh
31
+ yarn build
32
32
```
33
33
34
- 此命令会将静态内容生成到 build 目录中,并且可以使用任何静态内容托管服务进行部署。
34
+ 此命令会将静态内容生成到 build 目录中,并且可以使用任何静态内容托管服务进行部署
35
35
36
36
### 部署
37
37
38
- 使用 SSH:
38
+ 使用 ssh
39
39
40
- ```
41
- $ USE_SSH=true yarn deploy
40
+ ``` sh
41
+ USE_SSH=true yarn deploy
42
42
```
43
43
44
- 不使用 SSH:
44
+ 不使用 ssh
45
45
46
- ```
47
- $ GIT_USER=<你的 GitHub 用户名> yarn deploy
46
+ ``` sh
47
+ GIT_USER=< 你的 GitHub 用户名> yarn deploy
48
48
```
You can’t perform that action at this time.
0 commit comments