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-emberlandpnpm 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
.envfile using the.env-sampleincluded 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 testpnpm test:ember --server
pnpm lintpnpm lint:fix
pnpm ember build(development)pnpm build(production)
Specify what it takes to deploy your app.