mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 22:24:46 +08:00
chore: create frontend project from boilerplate
This commit is contained in:
14
frontend/Makefile
Normal file
14
frontend/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
install:
|
||||
pnpm install
|
||||
|
||||
build:
|
||||
pnpm build
|
||||
|
||||
dev:
|
||||
pnpm dev
|
||||
|
||||
lint:
|
||||
pnpm lint
|
||||
|
||||
format:
|
||||
pnpm format:write
|
||||
Reference in New Issue
Block a user