System for Automated Recruitment, Grading, and Evaluation 🪖
Run the commands in the following order
- Clone the repository
git clone https://github.com/sandboxnu/sarge.git
cd sarge/- Install project dependencies
pnpm install- Setup the .env file
mv .env.example .env
Note
You must contact Sarge project leadership to retrieve project environment variables
- Run the application
# with docker desktop open
./start.shSarge will be available on http://localhost:3000/
