Skip to content

michaelchadwick/ember-super-rentals

Repository files navigation

EmberJS Super Rentals Tutorial Site

This is my version of the EmberJS Super Rentals tutorial. It has all the features of the original, plus some additional stuff to show that I might know what I'm doing in EmberJS.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-super-rentals
  • pnpm install

Running / Development

Running Tests

  • ember test - run tests once in terminal
  • ember t -s - run tests continuously in a browser

Linting

  • pnpm lint
  • pnpm lint:fix

Building

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

Deploying

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