/smallscrum

My dissertation project for University. An agile project management system specifically suited for the needs of digital agencies.

Primary LanguageJavaScript

SmallScrum

Build Status

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  1. git clone <repository-url> this repository
  2. change into the new directory
  3. npm install
  4. bower install

Running / Development

  1. ember server
  2. Visit your app at http://localhost:4200.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  1. Run command in terminal window: npm run-script test-server
  2. Run either command in another terminal window:
  • ember test
  • ember test --server

Building

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

Deploying

Use smallscrum-server to deploy the app on a production server.

Further Reading / Useful Links