Skip to content

Commit

Permalink
docs: add production use introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
nianiaJR committed Sep 13, 2021
1 parent 6bb4082 commit 2bdcbaa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,30 @@ $ npm install
$ npm run dev
```

## Poduction Use

### 1. Build
```
$ npm run install
$ npm run build
```

### 2. Compile Typescript
```
$ npm run tsc
```

### 3. Deploy
```
$ npm run start
```

### 4. Stop Server
Use when you want shutdown the web app
```
$ npm run stop
```

## Documentation
[中文](https://docs.nebula-graph.com.cn/2.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://https://docs.nebula-graph.io/2.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
Expand Down

0 comments on commit 2bdcbaa

Please sign in to comment.