Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

ISESC/ISE-Games-2025

Repository files navigation

ISE Games 2025 Website

Features

  • Schedule
  • Scoreboard
  • Betting Game?

Getting Started

Project Structure

├── public/
│   └── fonts/
│       └── Get fonts here
│   └── images/
│       └── Add or use images here (ideally use webp)
├── src/
│   └── components/
│       └── Add components here in '.astro' files
│   └── pages/
│       └── api/
│       │   └── Write APIs here
│       └── Add pages here in '.astro' files
└── package.json

Using pnpm commands

  • pnpm i => Install dependencies
  • pnpm run dev => Run dev server

Tech Stack

  • Astro
  • Tailwind
  • Firebase
  • Prettier

Contributors