add docs and improve development setup

This commit is contained in:
arne 2025-11-09 08:35:00 +01:00
commit 8bb3a3b8d7
3 changed files with 46 additions and 0 deletions

View file

@ -8,5 +8,9 @@
"dependencies": {
"react": "npm:@preact/compat@^18.3.1",
"react-dom": "npm:@preact/compat@^18.3.1"
},
"scripts": {
"build": "shadow-cljs release frontend",
"dev": "shadow-cljs watch frontend"
}
}