Just a basic Fall-themed developer dashboard I made for Siege. Enjoy the eye candy!
This project is frontend-only and does not store user data outside your computer storage.
- Pull stats from Hackatime (requires API key)
- Set custom hackatime work goals
- Pull Github user stats
- Track a Github project stats
Install dependencies:
bun install
Run developer server:
bun run dev
Build and start in production mode:
bun run build
bun run start
This project uses Bun, React, Vite, Tailwind, and ShadCN.