A small open source project to connect familes trapped/affected by the Sikkim flood.
To run the Connect My Family project locally, follow these steps:
- Install NodeJs, MongoDB on your machine.
- Clone the project repository.
- Navigate to the project directory.
- Create
.env.local
file in the root folder and copy paste the content of.env.sample
, and add necessary credentials. - Install the packages:
npm install
- Run the project:
npm run dev
- Access the project
I welcome your interest in contributing to our open source project!
To contribute to Connect My Family
, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feat/your-feature-name
orgit checkout -b fix/your-bug-fix-name
. -
Make your changes and commit them using conventional commit messages:
git commit -am "feat: Add new feature"
. For more details on the commit format and other guidelines, please refer to the Contributor Guidelines. -
Push your changes to your forked repository:
git push origin feat/your-feature-name
. -
Submit a pull request to the main repository, explaining the changes you've made and providing any necessary details.