Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikenBeate committed Nov 27, 2024
1 parent 76d09e8 commit b9f3e3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ With just two targeted tests, we aim to address many of the common a11y pitfalls
ensuring that developers prioritize accessibility in every stage of the development process.
The Aria snapshot ensures correct structure on the page while Axe analyze checks common problems

## Running the app

```shell
npm install
npm start
```

## Running tests

```shell
Expand Down

0 comments on commit b9f3e3e

Please sign in to comment.