This is an example repo of a GitHub client I'll use to demo ember-decorators at an Ember Dallas meetup. I also threw in ember-cli-tailwind for the fun of it.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-github-decorators
yarn install
ember serve
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)Specify what it takes to deploy your app.