TechHubsAr is a web application that showcases tech communities across Argentina. It provides an interactive map and a list of communities, allowing users to explore and connect with tech enthusiasts throughout the country.
- Interactive map of Argentina showing tech community locations
- Detailed list of tech communities with quick access to their information
- Individual community pages with full details and member information
- Responsive design for both desktop and mobile devices
- Node.js (v20)
- npm
- Fork the repo
- Fork the TechHubsAr repository on GitHub.
- Clone your forked repository to your local machine.
- Create a new branch for your changes.
- Take the template from "community.example.json", duplicate it and add your communtiy information taking into account:
- The ID could be any number (not being used right now and will be deprecated)
- The Slug should be the community name separated with
-
and withouth special characters - The file name should be the same as the slug
- Place your community json on
/public/data/communities
. - Commit your changes and push to your forked repository.
- Create a Pull Request (PR) from your fork to the main TechHubsAr repository.