Equalify is an open-source project aimed at enhancing web accessibility, providing tools and features to make digital content accessible to individuals with disabilities.
- A11Y-First Design: Prioritizes accessibility to ensure that a wide range of users can navigate and interact with web content effectively.
- Customizable Reporting: Offers tools to monitor accessibility issues across digital properties, aiding in proactive management.
- Property-Wide Scans: Capable of scanning and analyzing web pages, PDFs, and other digital content for accessibility issues, facilitating compliance with accessibility standards.
- Node.js (version 20.x or higher recommended)
- npm (version 10.x or higher) or yarn
-
Clone the repository:
git clone https://github.com/EqualifyEverything/equalify-frontend.git
-
Navigate to the project directory:
cd equalify-frontend
-
Install dependencies:
npm install # or, using yarn yarn install
-
Set up environment variables:
- Copy
.env.example
to.env
and fill in your configuration details. This file contains necessary configurations for AWS Amplify and other services.
cp .env.example .env
- Copy
-
Start the development server:
npm run start:staging # or, using yarn yarn start:staging
-
Open the application in your browser:
- Navigate to
http://localhost:5173
to view the application.
- Navigate to
We welcome contributions to Equalify! Whether it's submitting a bug report, proposing a feature, or contributing code, please read our contributing guidelines before submitting your work.