mentat/BUILDING.md

21 lines
249 B
Markdown
Raw Normal View History

2016-07-05 19:38:55 +00:00
## Getting ready to go
You'll need [Leiningen](http://leiningen.org).
```
2016-07-05 19:38:55 +00:00
# If you use nvm.
nvm use 6
lein deps
npm install
# If you want a decent REPL.
brew install rlwrap
```
## To run a REPL
```
rlwrap lein run -m clojure.main repl.clj
```