Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 310 Bytes

DEVELOPERS.md

File metadata and controls

24 lines (17 loc) · 310 Bytes

Developers

Running

$ docker-compose up
$ lein repl
user> (go)

Styles

$ grunt build # one off build
$ grunt watch # watch for changes and rebuild

Heroku

Heroku Redis maxmemory-policy is volatile-lru

$ heroku redis:maxmemory --policy volatile-lru