A web application that displays release statistics for GitHub repositories, including download counts, asset sizes, and release dates.
- View release history for any public GitHub repository
- Display download statistics for release assets
- Show pre-release and latest release indicators
- Responsive design with dark mode support
# Install dependencies
bun install
# Start development server
bun run dev
# Build and run with Docker Compose
docker-compose up -d
The application will be available at http://localhost:8592