An open API service indexing awesome lists of open source software.

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

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