https://github.com/wyze/flydex
Deeper insights into the BattleFly game.
https://github.com/wyze/flydex
Last synced: 9 months ago
JSON representation
Deeper insights into the BattleFly game.
- Host: GitHub
- URL: https://github.com/wyze/flydex
- Owner: wyze
- License: mit
- Created: 2023-05-08T11:32:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T15:20:01.000Z (about 2 years ago)
- Last Synced: 2024-06-11T22:45:49.850Z (over 1 year ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Welcome to [FlyDex](https://flydex.honeycomb.fyi)!
FlyDex gives deeper insights into the [BattleFly](https://battlefly.game) game. Gives more detail and allows to make better decisions about your BattleFlies.
Additionally providing realtime estimated leaderboard to see where you're at throughout the day.
FlyDex is powered by the same infrastructure [Honeycomb](https://honeycomb.fyi) uses.
## Installation
```sh
pnpm i
```
## Development
From your terminal:
```sh
pnpm dev
```
This starts your app in development mode, rebuilding assets on file changes.
## Deployment
We deploy to Fly.io and you can do that with the following command:
```sh
pnpm deploy
```