/grid_stat

Primary LanguageTypeScriptMIT LicenseMIT

GRID Statistics Portal

Interactive data visualization portal for exploring statistical indicators across regions. View the live demo.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Tech Stack

Project Structure

src/
  ├── components/     # React components
  │   ├── data/      # Data visualization components
  │   └── ui/        # shadcn/ui components
  ├── layouts/       # Astro layouts
  ├── pages/         # Astro pages
  └── lib/           # Utilities and types

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Run tests if available
  5. Commit changes (git commit -am 'Add feature')
  6. Push to branch (git push origin feature/improvement)
  7. Create Pull Request

License

MIT