Skip to content

Repository files navigation

Lumina MUD — Marketing Site

Public-facing marketing site for Lumina MUD — a text-based dark fantasy multiplayer role-playing game.

The game client lives at play.luminamud.com. This repository only contains the landing page.

Stack

  • Vite — build and dev server
  • TypeScript (strict) — progressive enhancement script
  • Biome — linter + formatter
  • pnpm — package manager
  • Deployed to Netlify

Scripts

pnpm install
pnpm dev            # start dev server
pnpm build          # typecheck + production build to dist/
pnpm preview        # preview the production build
pnpm lint           # lint (Biome)
pnpm format         # format (Biome, writes changes)
pnpm check          # lint + format + apply safe fixes
pnpm ci             # CI-safe check (no writes, non-zero exit on issues)

Structure

index.html             # entry — references /src/main.ts
public/
  favicon.svg
  assets/              # images served verbatim from /assets/*
src/
  main.ts              # embers, parallax, play-link wiring
  styles/
    tokens.css         # colors, type, radii, shadows
    base.css           # base typography
    site.css           # layout and components

About

Main website of Lumina mud

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages