Awesome
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 repositorycd the-chosen
yarn
Running / Development
ember serve
- Visit your app at http://localhost:4200.
Building
ember build
(development)ember build --environment production
(production)