An open API service indexing awesome lists of open source software.

https://github.com/imteekay/a11y-bootcamp


https://github.com/imteekay/a11y-bootcamp

Last synced: 10 months ago
JSON representation

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
```