Curating job posts from Twitter to make it easier to find the right startup remote job.
- Production Frontend: https://www.yellowjobs.org/
- Frontend Repo: https://github.com/catoverse/yellowjobs-frontend
- Backend API: https://api.yellowjobs.org/
- Backend Repo: https://github.com/catoverse/yellowjobs-backend-service
- Backend API staging L https://staging-yellowjobs-backend-h7ypy.ondigitalocean.app
clone this repo
git clone https://github.com/catoverse/yellowjobs-frontend
Move to the project dir
cd yellowjobs-frontend
To install all of the files, run the following script from the root of your project's directory:
npm i
After the installation is completed use this to start the server
npm start
- Before you join the development, please set up the project on your local machine. Run it and go through the application completely to get familiar with the project.
- Use the issues tracker to communicate or create a new issue/feature-request etc.
- To contribute:
- If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please feel free to comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.
- Create a feature branch, no need to fork the repository. Use snake case for naming the branch.
- Write clear meaningful git commit messages (Do read: How to Write a Git Commit Message).
- Create a pull request to the
staging
branch- Write the pull request description according to the template.
- Make sure to assign the pull request that you are working to yourself.
- Request the project maintainers for review.