RACI chart for our org.
https://github.com/EqualifyEverything/raci.git
This project is a visualization tool for accessibility audit data. It allows users to view and filter audit results, identify frequent issues, and explore tag clouds of recurring problems.
Follow these steps to set up and run the project locally on your machine.
git clone <repository-url>
cd raci
npm install
To start the development server:
npm run dev
The terminal will direct you to a local URL (typically http://localhost:5173/) where you can view the application.
To build the project for production:
npm run build
To preview the production build locally:
npm run preview