mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
# 🎮 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)
|