This project is in early development. More information to come
To try the globo library out, run the server:
bb server --example staticAnd open http://localhost:3000
From the repo root, use the root :globo shadow-cljs build for UI work:
npx shadow-cljs watch globo # compile UI on change
npx shadow-cljs release globo # production buildSee PROJECT_SUMMARY.md for the full architecture, message protocol, and workflow.
clojure -M:test # Clojure server tests
npx shadow-cljs compile test # ClojureScript (node-test) tests