Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.27 KB

dirks-style-template

See Dirk's Style Template for demos, code and instructions.

Prerequisites

You will need the following installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd dirks-style-template
  • npm install

Running / Development

Code Generators

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

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links