No description
Find a file
2018-03-11 19:45:47 +01:00
assets Tweak double click behaviour for Track 2018-03-11 19:45:47 +01:00
config Bind to port 4000 in prod 2017-11-28 20:06:20 +01:00
lib Change folder structure for frontend 2018-03-10 15:59:39 +01:00
priv/repo Don't do a search on empty strings 2017-02-05 18:25:07 +01:00
rel Cleaned up more warnings, added distillery config 2017-02-05 20:14:51 +01:00
test Begin refactoring, new import pipeline, front end tidying and resturcturing 2018-02-04 00:14:57 +01:00
.editorconfig Init git 2015-08-24 12:56:30 +02:00
.eslintrc Change folder structure for frontend 2018-03-10 15:59:39 +01:00
.gitignore Add new node modules to gitignore 2017-03-07 08:05:57 +01:00
mix.exs backend updates, start redoing import again :) 2017-08-24 21:51:50 +02:00
mix.lock backend updates, start redoing import again :) 2017-08-24 21:51:50 +02:00
README.md Update readme screenshot path 2017-03-07 07:55:22 +01:00
screenshot.png Move to phoenix 1.3 folder structure 2017-03-07 07:54:30 +01:00

SummerSinger

SummerSinger is a self-hosted music player, the plan is that you are going to put it on a raspberry-pi, and then control it from a web interface. It is however still a work in progress!

screenshot

Phoenix

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more