This repository powers careers.tilli.pro, where all Tilli hiring happens. We're building this into a mostly full-featured ATS, but at the moment it only accepts job applications and handles notifications related to those applications.
- Copy the
.env.exampleto a.envfile and fill in all the necessary variables (this includes setting up remote/ local DB). - Run
pnpm i - Run
pnpm db:pushto get all prisma models into db - (Optional) Run
pnpm db:seedto populate the db - Run
pnpm dev
- (Q1 2025) Job application processing
- (Q1 2025) Job application related notification
- (Q2 2025) Applicant and hiring manager authentication and user accounts
- (Q2 2025) Applicant portal
- (Q3 2025) Hiring manager portal