git clone <repository-url>cd my-addonpnpm install
pnpm run lintpnpm run lint:fix
pnpm test– Runs the test suite on the current Ember version
pnpm start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.
- Add new model fields to
app/models/gh-user.js - Add new serializer fields to
app/serializers/gh-user.js- Use fake data from
public/api/gh-users/michaelchadwick.json
- Use fake data from
- Pass new fields into
<Debug>component inapp/templates/application.hbs - Add those fields to
<GhUser>component inapp/components/debug.hbs- (Optional) Add new translations to
/translations/*files
- (Optional) Add new translations to
- Add those fields to
app/components/gh-user.hbstemplate