https://github.com/imteekay/a11y-bootcamp
https://github.com/imteekay/a11y-bootcamp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imteekay/a11y-bootcamp
- Owner: imteekay
- License: mit
- Created: 2020-01-20T20:28:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T11:48:13.000Z (about 3 years ago)
- Last Synced: 2025-03-28T20:55:31.527Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A11Y Bootcamp
This is a bootcamp to learn the fundamentals of accessibility. It covers how to handle `Semantic HTML`, `Aria`, `Image`, and `Forms`.
## Install
```bash
yarn install
```
## Start Server
```bash
yarn run start
```
## Run Cypress tests
```bash
yarn run cypress
```