π Gecian Hub β Complete Local Setup (Copy-Paste Ready)
This guide sets up all Gecian Hubβrelated repositories, installs dependencies, and prepares the environment for development.
π Prerequisites
Make sure you have:
- Git
- Node.js (v18 or later)
- npm
Verify:
π Step 1: Create Workspace
π¦ Step 2: Clone All Repositories
git clone https://github.com/GEC-SKP-DEV/gecian_hub.git
git clone https://github.com/GEC-SKP-DEV/gecian_project_collaboration.git
git clone https://github.com/GEC-SKP-DEV/Gec_Hostel.git
git clone https://github.com/GEC-SKP-DEV/gecian_project_archive.git
git clone https://github.com/GEC-SKP-DEV/student_app_backend.git
βοΈ Step 3: Install Dependencies (Inside Each Repo)
1οΈβ£ Gecian Hub (Frontend)
2οΈβ£ Project Collaboration
3οΈβ£ Gec Hostel
4οΈβ£ Project Archive
5οΈβ£ Student App Backend
βΆοΈ Running the Applications
Frontend
Run other services as needed in separate terminals.
π§ Notes for Contributors
- All repositories are independent
- Always run
npm installafter pulling updates - Node version should be consistent across repos
β Setup Complete
At this point, your local directory should look like:
gec_skp_dev/
βββ gecian_hub/
βββ gecian_project_collaboration/
βββ Gec_Hostel/
βββ gecian_project_archive/
βββ student_app_backend/
You are now ready to contribute π