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
whats-new-in-emberland
. There's no need for you to select additional permissions in the token generation wizard..env
file using the .env-sample
included in the repo, then add your Github personal access token to the file.pnpm start
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.