682 B
682 B
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