Find a file
2014-11-29 17:54:06 +02:00
bin Update chromedriver and fix integration tests 2014-04-25 22:09:38 +03:00
dev Build releases via lein uberjar 2014-11-29 16:22:15 +02:00
doc Initial commit 2013-07-24 20:39:02 +03:00
resources/public Build releases via lein uberjar 2014-11-29 16:22:15 +02:00
scripts Set build package name based on datetime, commit 2014-11-29 17:54:06 +02:00
src Build releases via lein uberjar 2014-11-29 16:22:15 +02:00
.gitignore Build releases via lein uberjar 2014-11-29 16:22:15 +02:00
project.clj Build releases via lein uberjar 2014-11-29 16:22:15 +02:00
README.md Update README instructions 2014-11-18 19:29:11 +02: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 7+
sudo apt-get install openjdk-7-jdk
  • MongoDB
$ sudo apt-get install mongodb
  • leiningen 2.1.2+
# For example:
$ mkdir ~/bin
$ echo "export PATH=\$:$HOME/bin" >> $HOME/.bashrc
$ cd ~/bin
$ wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
$ chmod a+x ~/bin/lein

Build

$ lein cljx
$ lein cljsbuild once dev

Run

$ lein run dev

By default it runs at http://localhost:3000