initial commit

This commit is contained in:
Akko
2024-03-17 18:39:02 +01:00
commit 199c286de0
529 changed files with 2292 additions and 0 deletions

16
shadow-cljs.edn Normal file
View File

@@ -0,0 +1,16 @@
;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/main"
"src/test"]
:dependencies
[]
:dev-http {8008 "public"}
:builds
{:frontend
{:target :browser
:modules {:main {:init-fn sekai.core.init/init}}
}}}