Skip to content

ember-weekend/ember-weekend-admin

Repository files navigation

Ember Weekend Admin Panel

The admin panel for the Ember Weekend Elixir/Phoenix API.

Prerequisites

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

Installation

$ git clone ember-weekend-admin
$ cd ember-weekend-admin
$ yarn install
$ bower install

Running / Development

With Mirage

$ ember serve

With API server

$ ember serve --proxy http://localhost:4000

Open http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Deploying

git remote add staging https://git.heroku.com/ember-weekend-admin-staging.git
git push staging master

Releases

No releases published

Packages

No packages published