Skip to content

morgoth/mopster

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 28, 2021 11:14
app
February 12, 2023 08:54
May 17, 2021 17:43
March 15, 2021 23:43
March 27, 2021 11:35
March 15, 2021 17:10
March 15, 2021 17:10
March 15, 2021 17:10
March 27, 2021 11:35
March 15, 2021 17:10
March 12, 2022 15:54
November 16, 2021 22:57
March 15, 2021 17:10

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.