Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
9236cce91da9ced563cf87dcde423dfbe18a1f1e
/
.
/
webui
/
Makefile
blob: b95708e6f9c7db6cf1bb35304252cebd694cadb4 [
file
] [
log
] [
blame
]
all
:
install check
install
:
npm ci
npm run playwright
-
install
demo
:
npm run demo
dev
:
npm run dev
# TypeScript type checking
# Note: The actual esbuild bundling happens in esbuild.go
check
:
npm test
clean
:
rm
-
rf node_modules