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