datacap/README.md

15 lines
295 B
Markdown
Raw Normal View History

2022-09-17 14:23:51 +08:00
# DataCap (incubator)
DataCap is integrated software for data transformation, integration and visualization.
2022-09-17 15:36:31 +08:00
### Require
---
> Must-read for users: Be sure to execute the following command after cloning the code locally
```bash
cp configure/git-hook/* .git/hooks
chmod 700 .git/hooks/*
```