Skip to content

Commit

Permalink
feat: add env docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Aug 3, 2023
1 parent 1daf1d7 commit 61c251a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
TuGraph DB BROWSER 🔗
TuGraph DB BROWSER 是 TuGraph 图数据库的可视化工具。可以完成图谱、模型、数据等的创建和导入。同时可用使用 TuGraph Cypher 进行数据的操作。

0. 环境准备

- node.js
- python2

1. 安装项目

```bash
yarn run bootstrap
```


2. 项目编译

```bash
yarn run build
```
Expand Down

0 comments on commit 61c251a

Please sign in to comment.