https://github.com/lambdan/timeplayed.me
Web interface for a Discord bot that tracks playtime
https://github.com/lambdan/timeplayed.me
discord-bot playtime-tracking timetracking
Last synced: 10 days ago
JSON representation
Web interface for a Discord bot that tracks playtime
- Host: GitHub
- URL: https://github.com/lambdan/timeplayed.me
- Owner: lambdan
- Created: 2025-01-19T21:19:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-01T00:42:17.000Z (about 1 month ago)
- Last Synced: 2026-01-03T20:01:13.646Z (about 1 month ago)
- Topics: discord-bot, playtime-tracking, timetracking
- Language: Vue
- Homepage: https://timeplayed.me
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run locally
- Make sure docker volume oblivionis exists for Postgres
- Make sure postgres has databases `oblivionis` and `storage_v2`
- Run `build-run.sh` in backend to fire up backend
- Run `npm run dev` to fire up frontend
- Maybe edit `vite.config.ts` depending on where you wanna proxy api calls