# Getting started with w3ag

Web3 introduces unique accessibility barriers that traditional WCAG guidelines don't address:

## Install

```bash
git clone https://github.com/nirholas/w3ag.git
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/w3ag.git
cd w3ag
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/w3ag#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/w3ag/issues).
