mirror of https://github.com/Lapikud/tipilan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 months ago | |
|---|---|---|
| .github/workflows | 5 months ago | |
| docs | 4 months ago | |
| migrations | 5 months ago | |
| public | 2 months ago | |
| src | 2 months ago | |
| translations | 2 months ago | |
| .gitignore | 5 months ago | |
| .nvmrc | 8 months ago | |
| Fienta_sponsorid.webp | 7 months ago | |
| README.md | 5 months ago | |
| components.json | 8 months ago | |
| drizzle.config.ts | 5 months ago | |
| eslint.config.mjs | 8 months ago | |
| next.config.ts | 2 months ago | |
| package-lock.json | 3 months ago | |
| package.json | 3 months ago | |
| pnpm-lock.yaml | 5 months ago | |
| postcss.config.mjs | 8 months ago | |
| tsconfig.json | 8 months ago | |
README.md
🎮 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 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)