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

Latest commit

 

History

History
35 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 936 Bytes

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 roadmap-page
  • yarn

Running / Development

Building

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

Further Reading / Useful Links