Skip to content

channel-music/server

Repository files navigation

channel

CircleCI

A self-hosted music streaming application.

WARNING: This project is heavily WIP

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

To start a web server for the application, run:

lein run

Working with the REPL

To start a REPL run:

lein repl

You can then start and stop all services with:

(start)
(stop)

Testing

To run tests use:

lein test

License

Licensed under Apache License v2.