Contributions are welcome!
This is an Ember app, so the usual steps follow:
- Fork and clone this repo.
git clone [email protected]:<your GitHub handle>/ember-cheat-sheet.git
- Change directory.
cd ember-cheat-sheet
- Install packages.
yarn
- Run the app.
ember serve
- Visit your app at http://localhost:4200.
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.