Skip to content

best practices and method to avoid the most common accessibility issues.

License

Notifications You must be signed in to change notification settings

xpmatteo/a11y-toolkit

 
 

Repository files navigation

A11y Toolkit

The A11y toolkit is a collection of techniques and best practices about how to avoid the most common accessibility failures.

Getting started

Pull or fork the project

# install all dependencies
npm i

# run dev
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Contributing

You also know a technique that should be in the A11y toolkit? Share your technique an create a pull request

About

best practices and method to avoid the most common accessibility issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 51.0%
  • TypeScript 22.7%
  • SCSS 22.1%
  • JavaScript 3.2%
  • HTML 1.0%