Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 945 Bytes

Clojure/Script Dependencies Build Status Dependencies Status

This is a web application that checks a projects dependencies Gemnasium style. The live version is running on Heroku at:

http://clj-deps.herokuapp.com

Usage

To run your own copy, or hack on the project first clone the repository, and then start the application from the REPL.

$> lein repl
clj-deps.core=> (use 'dev)
clj-deps.core=> (start)

This will start a web server on port 9001 by default. Or you can also start using Leiningen.

lein run 9001