Status board for Polaris-related work: https://is-polaris-ready.nullvoxpopuli.com/
Two files:
- automatically scaped via: this script
- manually sorted and added issue/pull requests via: this json
If you'd like to make a change to where an issue / pull-request shows up, feel free to PR an addition/move/removal/etc to the JSON.
PR an addition to ./github-data/omit.txt
that includes the URL
PR an addition to ./github-data/issue-data.json
that includes the URL
git clone <repository-url>
this repositorycd is-ready
pnpm install
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 run lint
pnpm lint:fix