Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.43 KB

File metadata and controls

57 lines (37 loc) · 1.43 KB

djaio

This codebase serves as the front-end for my personal website at dja.io. What follows is a standard Ember.js Readme.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd djaio
  • 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

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

Deploying

Auto-deploys via Heroku when PRs are merged into master :)

Further Reading / Useful Links