Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 562 Bytes

the-chosen

Glimmer project created to learn & decide easier during our scrum dailies meeting who is the next person to share status.

Installation

  • git clone <repository-url> this repository
  • cd the-chosen
  • yarn

Running / Development

Building

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

Further Reading / Useful Links