Work from Home is an open-source initiative dedicated to connecting Brazilian developers with remote work opportunities, encouraging inclusion, diversity, and breaking geographical barriers.
Every week, we send out an email with 100% remote job opportunities that match the profile of our subscribers.
- Preference Registration: Define users' work preferences.
- Selection and Sending of Customized Job Positions: Send selected job positions based on preferences.
- Automating Job Postings: Regularly send opportunities without active searching.
- Page for Partner Companies: Display more details about partner companies.
- Fork the repository.
- Clone your fork to your local development environment.
- Create a new branch for your feature or fix.
- Implement your changes and add tests, if applicable.
- Push to your branch in your fork.
- Send a Pull Request to the main repository.
- After cloning the repository locally from your fork, enter the created folder.
- Run the command
yarn
. - Then, run the command
yarn setup
- Next, run the command
yarn dev
. - The application will be available at http://localhost:3000.
- If you have any questions, open an issue in this repository.
All contributions are very welcome!