A repository to store the code for scholarship and job alerts
To setup the project, follow the instructions below:
- Clone the repository by running the command below:
git clone https://github.com/ma5bah/scholarship_job_alert.git;
- Change into the project directory by running the command below:
cd scholarship_job_alert;
- Install the required packages by running the command below:
pnpm install;
- Start the project by running the command below:
pnpm exec swc ./src -d dist && node --env-file=.env dist/src/main.js