/statusboard

Status Board for work in progress

Primary LanguageJavaScript

Status Board

Build Status

This application was built with the purpose to display the currently on-going initiatives in the Ember.js project.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd statusboard
  • yarn

Running / Development

Building

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

Troubleshooting

Do you see a Cannot GET / error? Try viewing the app at http://localhost:4200/statusboard/ instead of the index.

Further Reading / Useful Links