mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-09-22 15:22:59 +00:00
35bbc71ac62e2a3581fe98408b8a63040a77a8b6
Replaces the MapCard gradient placeholder with the actual venue map SVGs (public/images/messiala/), rendered object-contain on a transparent card so it matches the page background. Served unoptimized since next/image's optimizer rejects SVG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CkjnUxMqkPReq6zYVR6LHX
🎮 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
- Next.js
- Bun
- TypeScript
- React
- Tailwind CSS (if used)
🛠️ Setup Instructions
📖 See docs/SETUP.md for a full setup guide on:
- ✅ Windows (native)
- 🐧 Windows with WSL
- 🐧 Linux (Ubuntu, Arch, Fedora, etc.)
🧪 Scripts
bun run dev # Run development server
bun --bun run dev # Run dev without runtimes
bun run build # Build for production
bun start # Start production server
bun test # Run tests (if configured)
bun run lint # Run linter (if configured)
Description
Languages
TypeScript
97.2%
CSS
2.6%
JavaScript
0.2%