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