Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

ember-learn/statusboard

Repository files navigation

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