Go to file
Eric Ihli 7368e7816a Add oz for graphs and reagent for cljs
db Add README and update migration code
kv Add notes for KV store
load-balancer Fix bug unable to start haproxy on port 80
util Wrap with js
web Add oz for graphs and reagent for cljs
.dir-locals.el Add makefile for deploys
.gitattributes Add models to tracking
.gitignore Ignore cljs build dir and fix bug in show rhyme
Makefile Add code related to rhyming and ssl
README.org Fix bug creating limerick with new database
capstone.org Start adding WGU-related code

README.org

DarkLimericks

Development

Requires Tachyons CSS. There is a symlink in web/resources/public to the pre-built tachyons.css and tachyons.min.css found in the repo.

Build .jar with clojure -X:depstart uberjar :jar prhyme.jar.

TODO

Use tightly packed trie for limerick generation

Move limerick-specific code into this repo from Prhyme.

Or maybe into its own repo.