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

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.

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
```