Host a refugee aims to be a small mobile friendly web app that allows people to sign up as either a host (hosts the refugee) or refugee (the hosted) and then matches these two entities based on specific parameters and regions. This information will then be shared with local immigration / refugee service agencies to aid in efficiently pairing potential hosts and refugees and begin the required background checks and immigration paperwork.
Getting Started
Resources
Getting Help
Project Management
git clone https://github.com/Ukraine-Relief-Efforts/host-a-refugee.git
cd host-a-refugee
npm install
Contact SethMcKilla on Discord (SethMcKilla#2242) for a set of the development environment variables (.env.local file) to be added to the root directory of the project.
Run the local developement environment
npm run dev
If you run into any issues, the best place to get help is in the Tech for Ukraine Discord #Host-a-Refugee channel. This is our main communication hub and we're more than happy to help!
Refer to the GitHub Project Board for the current list of to-do items. All items prefixed with [MVP] are the most critical items to finish before launching the Minimum Viable Product, so please prioritize those.
We are utilizing the simple GitHub Flow for this project when implementing new features or fixes. All work is to be done on a separate branch prefixed with either "feature/" or "fix/".
Whenever you are done with your work, create a pull request (PR) and either request a review from others within the organization directly on GitHub and/or ping the Discord to make others aware of the PR. Along with a brief description of what the pull request is for, please make sure to explicitly include which issues are being resolved in the following format:
Closes #30
GitHub will automatically link this PR to the issue within the project board and move it to the "done" column once it is accepted and merged with the main branch.