A remote job listing site for the world
Remote job alert is a service used to serve curated job listings outside of Africa for Africans living in the continent.
- Fork the repository, clone it.
- cd (change directory) into the project folder i.e remote_job_alert.
- Run
npm install
(on your terminal) to install the dependencies. - Run
npm start
(on your terminal) to run the project. - Go to your browser
localhost:3020
to view the project. - When you make your changes to the repo, push to your forked branch and create a pull request, make sure there are no merge conflicts. Getting Started
Fork the repository first and clone it
git clone <CLONE_URL>
Change into cloned repo and install dependencies
npm install
Create a .env file in the root folder and copy the details in the .env.example file into the file.
Start the project
npm start
Visit http://localhost:3020
to view the project.
NOTES:
— After making changes to the repo, push to your forked branch and create a pull request, make sure there are no merge conflicts.
— Remove all unnecessary comments so as to keep the code clean and understandable.