/dark_ui

Project Dark character sheet

Primary LanguageJavaScript

Dark

Service Status
CircleCI Circle CI
Waffle.io Waffle.io

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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