EqualifyEverything / equalify-frontend

The Equalify Frontend
https://equalify.dev
Other
1 stars 1 forks source link
react spa vite

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

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/EqualifyEverything/equalify-frontend.git
  2. Navigate to the project directory:
    cd equalify-frontend
  3. Install dependencies:
    npm install
    # or, using yarn
    yarn install
  4. 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
  5. Start the development server:
    npm run start:staging
    # or, using yarn
    yarn start:staging
  6. 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.