Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 628 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 628 Bytes

GitHub Release Stats

A web application that displays release statistics for GitHub repositories, including download counts, asset sizes, and release dates.

Features

  • 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

Development

# Install dependencies
bun install

# Start development server
bun run dev

Docker Deployment

# Build and run with Docker Compose
docker-compose up -d

The application will be available at http://localhost:8592