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