Our initiative aims to improve the lives of underprivileged communities by addressing health, sanitation, education, and empowerment. Our volunteers collect data on specific needs, which is stored in a Google spreadsheet and updated in our Firebase database. We collaborate with NGOs and raise funds through our Sampark website to provide necessary items. College teams help distribute these items while also conducting classes for slum children. We prioritize empowerment, collaboration, and community involvement to bring about positive change. Join us in making a lasting impact on the lives of those in need.
Simply run
docker-compose up
this will set up the Firebase emulator along with the application in a development environment.
Firebase Emulator Setup To set up the firebase emulator, run:
make emulator
Application Setup Then run the project locally by:
npm install
.npm run dev
.We welcome contributions from anyone who is interested in improving this project. If you'd like to contribute, here are some ways you can get started:
To submit a pull request, please follow these steps:
git clone https://github.com/<your-github-username>/sampark
cd sampark
git checkout -b <your_branch_name>
git add -A
git commit -m "<your_commit_message>"
git push -u origin <your_branch_name>
We will review your pull request and provide feedback. Once your changes are approved, we will merge them into the main branch. At last after successfully merge of a pull request you can view your work live at Sampark LIVE
If you're interested in working on any of the issues, please let us know by submitting an issue or reaching out to us.
Contributors are expected to adhere to the following Code of Conduct to ensure a positive and inclusive environment for collaboration