Test app to learn about Ember Core Concepts.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- PNPM
- Web browser
git clone <repository-url>this repositorycd tomster-clubpnpm install
pnpm run 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 run testpnpm run test:ember -- --server
COVERAGE=true pnpm run test
pnpm run lintpnpm run lint:hbspnpm run lint:csspnpm run lint:jspnpm run lint:js --fix
pnpm --filter frontend exec ember build(development)pnpm --filter frontend exec ember build --environment production(production)
Currently being built on Netlify. Re-deploys on pushes to master.