Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 471 Bytes

File metadata and controls

29 lines (20 loc) · 471 Bytes

Wraith Protocol — Landing Page

The landing page for usewraith.xyz. A minimal, dark, developer-focused single-page site that explains what Wraith Protocol is and links to docs, demo, and console.

Stack

  • Vite + React + TypeScript
  • Tailwind CSS v4
  • Deployed to Vercel

Development

pnpm install
pnpm dev

Build

pnpm build

Format

pnpm format        # write
pnpm format:check  # check only