EuCarlos / pa11y-viewer

Pa11y Viewer is An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found. Created by @EuCarlos

Home Page:https://pa11yviewer.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pa11y Viewer

logo Pa11y Viewer
An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found.

GitHub top language GitHub release (latest by date)

Install locally | How to use | How to contribute

🌐 Para a versão em português deste README, clique aqui.

Demo:

Installation:

Clone the repo and Install dependencies using Yarn:

git clone https://github.com/EuCarlos/pa11y-viewer.git \
  && cd pa11y-viewer \
  && yarn install

Run the project

yarn dev

How to contribute to this project?

Before starting, check and follow the instructions for contributing to the repository. If not, you can follow the instructions below:

  1. Fork the project
  2. Create a new branch: git checkout -b nova-branch
  3. Commit your changes: git commit -m 'I added something'
  4. Push to branch: git push origin nova-branch
  5. Open a Pull Request

How do I report a bug or request a feature?

If you want to report a bug or request a feature, go to Issue on the GitHub Project and add your request.


Created with 💜 by Carlos Alves

About

Pa11y Viewer is An Open-Source project that loads Pa11y reports in JSON format and highlights any accessibility issues found. Created by @EuCarlos

https://pa11yviewer.vercel.app/

License:MIT License


Languages

Language:TypeScript 49.4%Language:Sass 30.2%Language:HTML 11.8%Language:Gherkin 8.5%