nfflow/readme.md

12 lines
125 B
Markdown
Raw Permalink Normal View History

2024-04-01 18:13:10 +08:00
# NF Flow
2024-03-31 20:09:20 +08:00
2024-04-01 18:13:10 +08:00
### DEV
2024-03-31 20:09:20 +08:00
2024-04-01 18:13:10 +08:00
- 1. start service
`go run .`
2024-03-31 20:09:20 +08:00
2024-04-01 18:13:10 +08:00
- 2. start front
`cd front && npm i && npm run start`