Initial Commit

This commit is contained in:
akko
2024-10-08 11:47:30 +02:00
commit afaef18745
5441 changed files with 8298 additions and 0 deletions

17
shadow-cljs.edn Normal file
View File

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