wycats / polaris-stories-spike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try it on StackBlitz

Variants:

polaris-starter

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd polaris-starter
  • pnpm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • pnpm run lint
  • pnpm lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About


Languages

Language:JavaScript 44.5%Language:TypeScript 37.4%Language:CSS 9.9%Language:HTML 8.2%