The A11y toolkit is a collection of techniques and best practices about how to avoid the most common accessibility failures.
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 -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
You also know a technique that should be in the A11y toolkit? Share your technique an create a pull request