This is an overview app of Ember-related Github activity used by the investigative folks over at The Ember Times to find new, relevant topics for the newsletter.
You will need the following things properly installed on your computer.
After forking this repo on GitHub, please try the following steps:
git clone <your-forked-repository-url>
cd whats-new-in-emberland
pnpm i
- You will need to create a GitHub personal access token. Each token that you create already comes with a suitable set of permissions to read public repos. This set of permissions is enough to run
whats-new-in-emberland
. There's no need for you to select additional permissions in the token generation wizard. - Create an
.env
file using the.env-sample
included in the repo, then add your Github personal access token to the file.
pnpm start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
pnpm test
pnpm test:ember --server
pnpm lint
pnpm lint:fix
pnpm ember build
(development)pnpm build
(production)
Specify what it takes to deploy your app.