Simple Codenames App for Collins Family
See my blog post for discussion of the motivation and ideas behind the project.
Make sure you have the clojure CLI tool installed.
make build
java -cp "target/codenames-0.0.1-SNAPSHOT.jar:target/lib/lib/*" codenames.core
Hosted by default at localhost:3001.
Startup nrepl servers:
# Clojure
clj -A:clj-prod:clj-dev
# Clojurescript
clj -A:cljs-prod:cljs-dev # Preloaded with figwheel.main
Connect to them using your favorite editor. You can launch figwheel main after connecting.
- Learn datalog: http://www.learndatalogtoday.org
- Learn datascript: https://github.com/tonsky/datascript
- Learn re-frame: https://github.com/day8/re-frame