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 master and create a pull request, make sure there are no merge conflicts.
- Do not merge, the mentor would. 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 https://localhost:3020
to view the project.
NOTES:
— After making changes to the repo, push to master and create pull request, make sure there are no merge conflicts.
— Do not merge pull request, a mentor will.