2025-03-18 12:24:49 -05:00

682 B


Tech Tracker Logo
Tech Tracker

Find Here

  • Application used by COG employees to update their status & location throughout the day.

How to run:

I'd recommend installing pnpm. Clone the repo, then rename env.example to .env & fill it out.

mv ./env.example ./.env

Run

pnpm install

to install all dependencies.

You can run

pnpm dev