https://github.com/fineplus/fineflow-home
fineflow official website and docs
https://github.com/fineplus/fineflow-home
Last synced: 11 months ago
JSON representation
fineflow official website and docs
- Host: GitHub
- URL: https://github.com/fineplus/fineflow-home
- Owner: fineplus
- License: mit
- Created: 2024-02-03T16:21:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:47:23.000Z (about 2 years ago)
- Last Synced: 2025-06-10T19:19:33.039Z (about 1 year ago)
- Size: 4.66 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FineFlow docs
## clone code
```shell
git clone https://github.com/fineplus/fineflow-home.git
cd fineflow-home
npm install
```
## preview
```shell
npm run doc:dev
```
## build
```shell
npm run doc:build
```
[文档地址](https://fineplus.github.io/fineflow-home/)