Go to file
Eric Ihli 5d67dcc287 Update README
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 Update README
.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 Update readmes
capstone.org Start adding WGU-related code

README.org

RhymeStorm™

WGU Evaluator Notes

How To Initialize Development Environment

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.