Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

Prerequisites

You will need the following things properly installed on your computer. You will also obviously need an actual Bullet web-service endpoint or a mock for your UI to work.

Installation

  • git clone this repository
  • change into the new directory
  • npm install
  • bower install

Building

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

Running / Development

Running Tests

  • ember test
  • ember test --server

Further Reading / Useful Links