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

https://github.com/browserstack/a11y-engine-axe-core

Fork of Axe core
https://github.com/browserstack/a11y-engine-axe-core

Last synced: over 1 year ago
JSON representation

Fork of Axe core

Awesome Lists containing this project

README

          

# a11y-engine-axe-core

This is a fork of public Axe core repo:
https://github.com/dequelabs/axe-core

## Pull latest changes from public axe-core repo

```
# cd into the repo
cd a11y-engine-axe-core

# Add public axe-core repo as remote public
git remote add public git@github.com:dequelabs/axe-core.git

# Creates a merge commit
git pull public master

# push the changes to internal private repo
git push origin master
```

Axe-core readme: https://github.com/dequelabs/axe-core/blob/v4.9.0/README.md