A self-hosted music streaming application.
WARNING: This project is heavily WIP
You will need Leiningen 2.0 or above installed.
To start a web server for the application, run:
lein run
To start a REPL run:
lein repl
You can then start and stop all services with:
(start)
(stop)
To run tests use:
lein test
Licensed under Apache License v2.