Skip to content

michaelchadwick/ember-remember-stuff

Repository files navigation

RemEmber Stuff Test Site

Continuous Integration Code Climate Test Coverage Netlify Status

Test app to learn about Ember Core Concepts.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd remember-stuff
  • pnpm install

Running / Development

Code Generators

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

Running Tests

  • pnpm run test
  • pnpm run test:ember -- --server

Get Code Coverage For Tests

  • COVERAGE=true pnpm run test

Linting

  • pnpm run lint
  • pnpm run lint:hbs
  • pnpm run lint:css
  • pnpm run lint:js
  • pnpm run lint:js --fix

Building

  • pnpm --filter frontend exec ember build (development)
  • pnpm --filter frontend exec ember build --environment production (production)

Deploying

Currently being built on Netlify. Re-deploys on pushes to master.

Notable Dependencies

Credits