This is the repo of our game hub hosted at https://hub.monkestation.com
It makes use of a proprietary API called Plexora (Kind of hard to explain what it is but TL;DR server management service)
Mock API's will eventually be provided for those looking to help contribute to the design of the game hub.
- Fix multple repeated API querys, likely through the use of caching server side. (Actually yes, should do that)
- Cleanup code that's obviously bad
- Github link to repo at the bottom and github link at the top for the org
- For image lookup I could technically just make a component that wraps an image and asyncronously determines the extension of a file for a key.
- Player count graphs
- Fix the fucking connect buttons
- Add multiple banner support, so like, it picks from a random array of image keys
- Fix recent rounds not showing properly
- Maybe block current on going round info?
- Time dialation sucks we should remove it
- "Version" what?
- Online/offline badges not showing the background color
- fix gradient being huge on server info
pnpm install
pnpm run dev
# or
pnpm run build
pnpm run start
