Variants:
Variants:
The goal of this project is to be a quick way to get started with Polaris, the next edition of Ember.
Leading up to an Edition, the pit of incoherence can be quite deep, as there are lots of moving parts leading up to the solidification of what is in an Edition.
This project is your one-stop-shop for features and patterns expected to be a part of of Polaris.
The demo app contained in this repo is deployed here: https://polaris-starter.pages.dev/
Below, you'll find the default README content for new ember projects.
This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd polaris-starter
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
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.