Skip to content

Latest commit

ย 

History

History
46 lines (30 loc) ยท 1.05 KB

File metadata and controls

46 lines (30 loc) ยท 1.05 KB

๐ŸŽฎ TIPILAN

TIPILAN is the official web platform for the TipiLAN LAN event โ€” built using Next.js and powered by the lightning-fast Bun runtime.

โš ๏ธ This is a work in progress! Contributions welcome.


๐Ÿš€ Features

  • Event information & schedule
  • Stream
  • Responsive dark-themed UI
  • Built with Next.js, styled with Tailwind (if applicable), powered by Bun

๐Ÿ“ฆ Tech Stack


๐Ÿ› ๏ธ Setup Instructions

๐Ÿ“– See docs/SETUP.md for a full setup guide on:

  • โœ… Windows (native)
  • ๐Ÿง Windows with WSL
  • ๐Ÿง Linux (Ubuntu, Arch, Fedora, etc.)

๐Ÿงช Scripts

bun dev        # Run development server
bun run build  # Build for production
bun start      # Start production server

bun test       # Run tests (if configured)
bun run lint   # Run linter (if configured)