Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 928 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 928 Bytes

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.