You will need Leiningen 2.0 or above installed.
biographer master % lein --version
Leiningen 2.7.1 on Java 1.8.0_112 Java HotSpot(TM) 64-Bit Server VM
To start a web server for the application, run:
lein run
The application expects local environment variables to be set in a .lein-env
file at the project root.
;; .lein-env L1
{:database-url "postgresql://localhost:5432/biographer_dev?user=yourname"
:github-api-token "86753098675309867530986753098675309"}
Copyright © 2017 Jake Romer