Find a file
2015-12-01 19:43:10 +02:00
bin Update chromedriver and fix integration tests 2014-04-25 22:09:38 +03:00
csp CSP: Working two way sync specification + implementation 2015-12-01 19:43:10 +02:00
dev Comment out user.clj to make building work 2015-06-08 23:37:30 +03:00
doc Initial commit 2013-07-24 20:39:02 +03:00
resources/public Update Om to fix production build issues 2015-07-05 10:30:21 +03:00
scripts Add script for releasing: build + deploy 2015-07-05 18:45:55 +03:00
src Working sync for single client (no changes from others) 2015-11-20 02:14:07 -05:00
.gitignore Ignore Intellij IDEA files 2015-03-14 13:06:35 +02:00
project.clj Rework sync - client reworked, wip 2015-11-19 23:33:30 -05:00
README.md Add Datomic to README and clean up 2015-11-17 20:38:46 -05:00

Grub

Grub is a real-time synced grocery list. Mainly it's a way for me to play around with Clojure[Script] and core.async.

Install dependencies

  • Java
  • Datomic
  • Leiningen

Build for development

$ lein cljsbuild auto dev
$ lein run dev

Navigate to http://localhost:3000.

Build for production

$ lein cljsbuild once prod
$ lein run prod

Or you can run the scripts/build.sh script to get a deployment JAR.