ember-learn / statusboard

This repo is archived. See https://github.com/emberjs/rfc-tracking/issues instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Board

Build Status

This application was built with the purpose to display the currently on-going initiatives in the Ember.js project. Our hope is to build this to work akin to Microsoft's Edge status board

Feature data is located here

NOTE This application has been merged into https://github.com/ember-learn/ember-website.

Prerequisites

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

Installation

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

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn run lint:hbs
  • yarn run lint:js
  • yarn run lint:js -- --fix

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

About

This repo is archived. See https://github.com/emberjs/rfc-tracking/issues instead.


Languages

Language:CSS 36.0%Language:HTML 33.5%Language:JavaScript 30.5%