2026-03-31 23:13:59 +03:00
2025-08-08 23:17:08 +03:00
2026-03-31 18:51:39 +03:00
2026-03-31 23:13:59 +03:00
2025-07-30 09:55:18 +03:00
2025-04-17 19:10:37 +03:00
2025-04-17 18:48:02 +03:00
2026-03-22 23:50:21 +02:00
2025-04-17 18:48:02 +03:00
2026-03-29 21:07:47 +03:00
2026-03-22 23:50:21 +02:00

TipiLAN

Official website for TipiLAN — Estonia's largest student-organised LAN event.

Work in progress. Event date: September 11, 2026.


Tech Stack

Requires Bun.


Quickstart

bun install
bun dev

Open http://localhost:3000 — redirects to /et by default.


Scripts

bun dev            # Dev server (Turbopack, localhost:3000)
bun run build      # Production build (outputs SSG for /et and /en)
bun start          # Serve production build
bun lint:fix       # ESLint with auto-fix

Project Structure

src/
  app/[locale]/        # Locale-based pages (et, en)
  components/teaser/   # HeroSection, CarouselSection, EndSection, Footer
  components/          # LanguageSwitcher, TeaserPage
  i18n/                # next-intl routing + request config
  lib/                 # blurPlaceholders.ts (auto-generated)
  proxy.ts             # next-intl routing middleware

translations/          # et.json, en.json
public/images/
  backgrounds/         # Full-viewport background WebPs
  heros/               # Character/hero image WebPs
  flags/               # Language switcher SVGs
  original/            # Original PNG sources (not served)
scripts/               # Image processing utilities

Image Utilities

When adding or replacing images, re-run:

# Convert new PNGs → WebP (quality 85)
bun scripts/convert-images.mjs

# Regenerate blur placeholders for all images
bun scripts/gen-blur-placeholders.mjs

Localisation

Translation files live in translations/et.json and translations/en.json.
Routing is handled by src/proxy.ts/ redirects to /et (default locale).

Description
TipiLAN-i mirror
Readme 268 MiB
Languages
TypeScript 97.4%
CSS 2.3%
JavaScript 0.3%