Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 613 Bytes

scholarship_job_alerts

A repository to store the code for scholarship and job alerts

Setup

To setup the project, follow the instructions below:

  1. Clone the repository by running the command below:
  git clone https://github.com/ma5bah/scholarship_job_alert.git;
  1. Change into the project directory by running the command below:
  cd scholarship_job_alert;
  1. Install the required packages by running the command below:
  pnpm install;
  1. Start the project by running the command below:
  pnpm exec swc ./src -d dist && node --env-file=.env dist/src/main.js