Tech Tracker
# [Find Here](https://techtracker.gibbyb.com/)
- 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.
```bash
mv ./env.example ./.env
```
Run
```bash
pnpm install
```
to install all dependencies.
You can run
```bash
pnpm dev
```