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.
- Event information & schedule
- Stream
- Responsive dark-themed UI
- Built with Next.js, styled with Tailwind (if applicable), powered by Bun
- Next.js
- Bun
- TypeScript
- React
- Tailwind CSS (if used)
📖 See docs/SETUP.md for a full setup guide on:
- ✅ Windows (native)
- 🐧 Windows with WSL
- 🐧 Linux (Ubuntu, Arch, Fedora, etc.)
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)