# Inclusive Rwanda
A comprehensive educational website dedicated to teaching web accessibility principles and practices, with a focus on building inclusive digital experiences in Rwanda and beyond.
## 🌟 Project Overview
Inclusive Rwanda is an educational platform that provides:
- **Comprehensive accessibility education** covering WCAG guidelines and best practices
- **Practical implementation guides** with real-world code examples
- **Rwanda-specific context** connecting accessibility to local development goals
- **Interactive learning tools** and resources for developers
- **Community connections** linking to local organizations and initiatives
## 🚀 Live Demo
Visit the live site: Inclusive Rwanda
## 📋 Prerequisites
Before setting up this project, make sure you have the following installed on your system:
- **Node.js** (version 18.0 or higher)
- Download from nodejs.org
- Verify installation: `node --version`
- **npm** (comes with Node.js) or **yarn**
- Verify npm installation: `npm --version`
- **Git** (for cloning the repository)
- Download from git-scm.com
- Verify installation: `git --version`
## 🛠️ Installation & Setup
### Step 1: Clone the Repository
```bash
# Clone the repository
git clone
github.com
# Navigate to the project directory
cd inclusive-rwanda
```
### Step 2: Install Dependencies
```bash
# Install all project dependencies
npm install
```
*Note: This will install all packages listed in `package.json` including React, TypeScript, Tailwind CSS, and other dependencies.*
### Step 3: Start the Development Server
```bash
# Start the development server
npm run dev
```
The application will start on `
localhost` (Vite default port).
### Step 4: Open in Browser
1. Open your web browser
2. Navigate to `
localhost`
3. You should see the Inclusive Rwanda homepage
## 📁 Project Structure
```
inclusive-rwanda/
├── public/ # Static assets
├── src/ …