Profile
Back to NewsBack
GitHub Trending 1 min
Reader Mode
ember-learn/super-rentals: Codebase for the Super Rentals official tutorial. Generated by https://github.com/ember-learn/super-rentals-tutorial/. Changes must be made there.

ember-learn/super-rentals: Codebase for the Super Rentals official tutorial. Generated by https://github.com/ember-learn/super-rentals-tutorial/. Changes must be made there.

8 hours ago

This project uses GitHub Actions for continuous integration.</a>

Super Rentals

Deploy</a>

This is a working repository for the Super Rentals tutorial, which you can check out at https://guides.emberjs.com/release/tutorial/.

Prerequisites

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

Installation

  • git clone this repository
  • cd super-rentals
  • yarn 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

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

* ember inspector for chrome * ember inspector for firefox
Chat with me