https://github.com/thoughtworks/a11y-toolkit
https://github.com/thoughtworks/a11y-toolkit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thoughtworks/a11y-toolkit
- Owner: thoughtworks
- License: mit
- Created: 2024-07-23T15:52:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T12:40:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T14:17:35.636Z (almost 2 years ago)
- Language: Svelte
- Size: 496 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```bash
# 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:
```bash
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