Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 780 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 780 Bytes

How to Contribute

Contributions are welcome!

Running Locally

This is an Ember app, so the usual steps follow:

  1. Fork and clone this repo.
    git clone [email protected]:<your GitHub handle>/ember-cheat-sheet.git
  2. Change directory.
    cd ember-cheat-sheet
  3. Install packages.
    yarn
  4. Run the app.
    ember serve
  5. Visit your app at http://localhost:4200.

How It's Made

1. Ember Intl

Next, we want to explain to the reader what a section or subsection is about.

We store titles and descriptions in translations/en-us.yaml. A description can contain HTML elements like hyperlinks.

The translation keys match the section and subsection IDs.