Install and start Datomic (TODO: friendlier instructions here)
Clone this repo
git clone git@github.com:datodev/kandan.git cd kandan git submodule update --initStart the figwheel server. Figwheel compiles the frontend assets, recompiles them when the files change, and updates the browser with the changed code.
lein figwheelorrlwrap lein figwheelStart the web server. Export a few environment variables to get things working on your system. The Kandan example uses environ, so you can also define env variables in a local profiles.clj.
export DATOMIC_URI="datomic:free://localhost:4334/kandan" # This will depend on your datomic setup export NREPL_PORT=6005 # starts embedded nrepl server export DATO_PORT=8081 # 8080 is the default value, change it if there is a port conflict export PORT=10556 # 10555 is the default lein run
- For questions on getting this demo running or modifying it, feel free to open issues on this repo.
- For overall Dato design issues, please use the Dato Repo's issue tracker
- General questions, we're on twitter at @danielwoelfel & @sgrove
Copyright © 2015 Daniel Woelfel and Sean Grove
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.