Vite React SPA
https://github.com/EqualifyEverything/equalify-dashboard.git
Equalify is an open-source project aimed at enhancing web accessibility, providing tools and features to make digital content accessible to individuals with disabilities.
git clone https://github.com/EqualifyEverything/equalify-frontend.git
cd equalify-frontend
npm install
# or, using yarn
yarn install
.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
npm run start:staging
# or, using yarn
yarn start:staging
http://localhost:5173 to view the application.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.