Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 887 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 887 Bytes

Contributing

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd open-to-dot-dot-dot
  • pnpm install

Running / Development

Code Generators

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

Running Tests

  • pnpm test
  • pnpm test:ember --server

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • pnpm ember build (development)
  • pnpm build (production)