Welcome to the official repository of the ReactJS Rwanda community website — an open source project built by and for developers in Rwanda and beyond. Our goal is to bring together React.js enthusiasts around a modern, educational, and collaborative community website.
The aim is to:
- Create a centralized platform for events, blogs, resources, and contributions from the React Rwanda community.
- Showcase Rwandan developers using React.js.
- Foster learning, mentorship, and open source collaboration.
This site is built with modern technologies:
- Next.js – A fast React framework
- TypeScript – Type safety
- Tailwind CSS – For quick and responsive styling
- Vercel – Instant deployment
# 1. Clone this repo
git clone https://github.com/reactjs-rwanda/site.git
cd site
# 2. Install dependencies
npm install
# 3. Run the development server
npm run dev
# 4. Open http://localhost:3000 in your browser