https://github.com/worktile/ai-table
https://github.com/worktile/ai-table
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/worktile/ai-table
- Owner: worktile
- Created: 2024-06-07T14:04:25.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-02T07:29:46.000Z (over 1 year ago)
- Last Synced: 2024-12-02T08:29:53.305Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://ai-table.pingcode.com
- Size: 1.3 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AITable
## Development
安装依赖
```
npm install --force
```
前端启动
```
npm run start
```
协同服务启动
```
npm run start-ws
```