Skip to content

ember-a11y/a11y-demo-app

Repository files navigation

Ember Accessibility Demo App

Knowing how to build an accessible application is a combination of having great tools and great examples. This application exists to provide examples of all of the common Ember interface patterns. If you're an AT provider we would love to have a conversation with you about how to make each of these experiences stellar.

Contributing

We're starting with an enumeration of all the built-in functionality in Ember. After completing that we'll expand to include components from the Ember addon ecosystem. Please add examples!

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

Installation

  • git clone <repository-url> this repository
  • cd ember-a11y-demo
  • npm install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links