Welcome to the official documentation of Gecian Hub.
This repository contains all the guides, tutorials, and technical references for the Gecian Hub project.
Gecian Hub is a student-focused platform designed to help college students:
- Access useful learning resources
- Showcase and collaborate on projects
- Participate in beginner-friendly open-source contributions
The goal is to make learning, contributing, and collaborating simple and structured.
The documentation is organized as follows:
- Introduction: Background, goals, mission, and values of Gecian Hub
- Setup: Local environment setup, Firebase, Neon, Git workflow
- Organization: Structure and roles of the community
- Architecture: Technical overview and technology stack
- Community: Guidelines, contribution guides, Hacktoberfest info
- Succession: Onboarding and succession planning
- Roadmap: First-year journey, future plans, lessons learned
- Clone the repository:
git clone https://github.com/GEC-SKP-DEV/gecian_docs.git- Install MkDocs and dependencies:
pip install mkdocs mkdocs-material- Serve the documentation locally:
mkdocs serve-
Open your browser at http://127.0.0.1:8000
-
To deploy to GitHub Pages:
mkdocs gh-deploy