# ๐ŸŽฎ TIPILAN **TIPILAN** is the official web platform for the TipiLAN LAN event โ€” built using [Next.js](https://nextjs.org) and powered by the lightning-fast [Bun](https://bun.sh) 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](https://nextjs.org/) - [Bun](https://bun.sh/) - [TypeScript](https://www.typescriptlang.org/) - [React](https://reactjs.org/) - [Tailwind CSS](https://tailwindcss.com/) *(if used)* --- ## ๐Ÿ› ๏ธ Setup Instructions ๐Ÿ“– See [`docs/SETUP.md`](./docs/SETUP.md) for a full setup guide on: - โœ… Windows (native) - ๐Ÿง Windows with WSL - ๐Ÿง Linux (Ubuntu, Arch, Fedora, etc.) --- ## ๐Ÿงช Scripts ```bash 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)