Skip to content

group-papa/category-mapper-frontend

Repository files navigation

Category Mapper Frontend Build Status

This README outlines the details of collaborating on this Ember application.

Prerequisites

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

Installation

  • git clone git@github.com:group-papa/category-mapper-frontend.git
  • 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)

Further Reading / Useful Links