Init commit

This commit is contained in:
2025-08-19 18:09:38 -05:00
parent 5a4baf3372
commit 86243e97b2
7 changed files with 1759 additions and 0 deletions

20
shadow-cljs.edn Normal file
View File

@@ -0,0 +1,20 @@
;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/main/frontend"
"src/test"]
:dependencies
[[reagent "1.1.1"] [re-frame "1.4.3"] [cljs-ajax "0.8.1"]]
:build-hooks [(shadow-env.core/hook)]
:dev-http
{8020 "public"}
:builds
{:app
{:target :browser
:output-dir "public/js"
:asset-path "assets"
:modules
{:main
{:init-fn landing/init}}}}}