Skip to content

morgoth/mopster

Repository files navigation

mopster

Mopidy client written in Ember.js

Go to Online version and set it up with your local configuration.

Prerequisites

You will need the following things properly installed on your computer.

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.