Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
53786efbbbb2fbc3edb91ba639894e713b293140
/
.
/
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