๐Ÿ“ฆ EqualifyEverything / equalify-dashboard

Vite React SPA

โ˜… 2 stars โ‘‚ 2 forks ๐Ÿ‘ 2 watching โš–๏ธ Other
reactspavite
๐Ÿ“ฅ Clone https://github.com/EqualifyEverything/equalify-dashboard.git
HTTPS git clone https://github.com/EqualifyEverything/equalify-dashboard.git
SSH git clone git@github.com:EqualifyEverything/equalify-dashboard.git
CLI gh repo clone EqualifyEverything/equalify-dashboard
Christopher Aitken Christopher Aitken Merge branch 'bulk-upload-csv' into staging 9ddb150 1 years ago ๐Ÿ“ History
๐Ÿ“‚ 9ddb150740e174ded28b5c6801ab80ccf3b5a969 View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ eslint
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .env.example
๐Ÿ“„ .env.production
๐Ÿ“„ .env.staging
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc.mjs
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ cypress.config.ts
๐Ÿ“„ index.html
๐Ÿ“„ LICENSE.md
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ postcss.config.js
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.ts
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.node.json
๐Ÿ“„ VERSION
๐Ÿ“„ vite.config.ts
๐Ÿ“„ README.md

Equalify

Equalify is an open-source project aimed at enhancing web accessibility, providing tools and features to make digital content accessible to individuals with disabilities.

Features

  • 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.

Getting Started

Prerequisites

  • Node.js (version 20.x or higher recommended)
  • npm (version 10.x or higher) or yarn

Installation

  • 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
  • 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.
## Contributing

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.