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