TipiLAN-i mirror
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.
 
 
 
v4ltages 8f1dc8fa85
Merge remote-tracking branch 'refs/remotes/origin/main'
5 months ago
docs Some kind of docs... atlest start of one :). 5 months ago
migrations bun --bun run dev + haldus leht init 5 months ago
public Change location of fienta sponsors. 7 months ago
src Merge remote-tracking branch 'refs/remotes/origin/main' 5 months ago
.gitignore bun --bun run dev + haldus leht init 5 months ago
.nvmrc Specify minimum node version 8 months ago
Fienta_sponsorid.webp Add fienta sponsors. 7 months ago
README.md Some kind of docs... atlest start of one :). 5 months ago
components.json Add shadcn 8 months ago
drizzle.config.ts bun --bun run dev + haldus leht init 5 months ago
eslint.config.mjs Add project template 8 months ago
next.config.ts Add project template 8 months ago
package-lock.json renamed pages, replaced icons, fixed padding etc, adjusted textsmade responsiveness better 8 months ago
package.json Add threejs and messiala map 5 months ago
pnpm-lock.yaml bun --bun run dev + haldus leht init 5 months ago
postcss.config.mjs Add project template 8 months ago
tsconfig.json Add project template 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


🛠 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)