Lift Loop is a community-driven web platform that helps connect people in the Bronx with local resources, events, and opportunities. Our goal is to make it easier for Bronx residents to:
- Find and join community events
- Access educational resources
- Connect with local organizations
- Share and discover community initiatives
- Participate in local tech projects
- 📱 Mobile-friendly interface
- 🗺️ Interactive map of community resources
- 📅 Community event calendar
- 💬 Discussion forums
- 📢 Local organization directory
- 🤝 Volunteer opportunity listings
- Node.js version 14 or higher
- npm (comes with Node.js)
- Git
-
Open your terminal/command prompt
-
Clone the project to your computer:
git clone https://github.com/ramvelpuri2020/HackTheBronx- cd hack_the_bronx -
Install the required packages:
npm install
-
Start the app:
npm run dev
-
Open your web browser and go to:
http://localhost:3000
-
If you see "port already in use" error:
- Try using a different port:
npm run dev -- -p 3001
- Try using a different port:
-
If packages aren't installing:
- Try deleting the
node_modulesfolder and runningnpm installagain
- Try deleting the
-
If you get database connection errors:
- Double-check your
.envfile settings - Make sure your database is running
- Double-check your
We welcome contributions! If you'd like to help improve Hack The Bronx:
- Fork the project
- Create your feature branch (
git checkout -b new-feature) - Make your changes
- Push to your branch (
git push origin new-feature) - Open a Pull Request
This project is under the MIT License - feel free to use, modify, and share! Made with ❤️ for the Bronx community