Logo Lanfrica

NaiDevOpsCom/devopssummit.africa-v3.0

Domain:

digital infrastructure

Record type:

software
Creator:
Nai
Host:
Africa DevOps Summit Hub: Fueling the growth of the African DevOps community. A modern React platform designed to nurture practitioners, from students to CTOs, through shared knowledge, diversity, and innovation. Featuring automated summit archives and rigorous security layers to protect our community’s digital space and values. # 🌍 Africa DevOps Summit **Africa's premier DevOps, Cloud & SRE conference.** 🌐 Live Site Β· πŸ“‹ PRD Β· 🀝 Contributing Β· πŸ› Report a Bug Β· πŸ’‘ Request a Feature --- ## πŸ“– Table of Contents - About the Project - Tech Stack - Project Structure - Getting Started - Prerequisites - Installation - Environment Variables - Available Scripts - Contributing - Documentation - Community - License --- ## About the Project This repository contains the official website for the **Africa DevOps Summit** β€” a community-driven conference that brings together DevOps engineers, SREs, software developers, cloud practitioners, and tech leaders from across Africa and beyond. The website is the event's primary digital presence, handling: - πŸ“£ Event marketing and promotion - 🎀 Speaker profiles and conference schedule - 🎟️ Ticket information and registration - 🀝 Sponsor acquisition and engagement - πŸ“Έ Past summit archives, photo galleries, and recaps This is a **frontend-only** React + Vite + TypeScript application. There is no backend server. All content is either statically defined or fetched client-side from a CMS. > **Status:** MVP complete β€” actively iterating. See open issues for what's being worked on. --- ## Tech Stack | Technology | Purpose | | --------------------------------------------- | ---------------------------------- | | React 18+ | UI component framework | | Vite | Build tool and development server | | TypeScript | Strictly typed JavaScript | | Tailwind CSS | Utility-first styling | | shadcn/ui | Accessible UI component primitives | --- ## Project Structure ``` devopssummit.africa-v3/ β”œβ”€β”€ public/ # Static assets (images, fonts, favicons, PDFs) β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ components/ β”‚ β”‚ β”œβ”€β”€ ui/ # shadcn/ui generated components β€” do not edit manually β”‚ β”‚ └── shared/ # Custom share …