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
- Host: GitHub
- URL: https://github.com/browserstack/a11y-engine-axe-core
- Owner: browserstack
- License: mpl-2.0
- Created: 2024-03-15T05:23:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T16:55:57.000Z (over 1 year ago)
- Last Synced: 2024-12-02T05:29:50.595Z (over 1 year ago)
- Language: JavaScript
- Size: 17.5 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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