Remotejoo is a web application designed to simplify the process of finding remote job opportunities in Iran. With Remotejoo, you can effortlessly browse through remote job listings from various job posting websites, all in one place.
- Clone the repo
git clone https://github.com/Arsh1a/remotejoo.git
- Install the packages in root, client and server folders
npm i
- Create
.env
in root folder
- .env:
REVALIDATION_TOKEN=
DATABASE_URL=
NEXT_PUBLIC_DOMAIN=
NEXT_PUBLIC_API_URI=
- Start the app in root directory
npm run dev
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request