mirror of https://github.com/longtai-cn/hippo4j
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
181 B
16 lines
181 B
2 years ago
|
|
||
|
## 启动
|
||
|
|
||
|
> 依赖 node 版本 16+
|
||
|
|
||
|
```shell script
|
||
|
npm i
|
||
|
npm run start
|
||
|
```
|
||
|
|
||
|
## 部署
|
||
|
|
||
|
```shell script
|
||
|
GIT_SSH_COMMAND="ssh -i ~/.ssh/hippo4j" USE_SSH=true docusaurus deploy
|
||
|
```
|