Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 362 Bytes

File metadata and controls

33 lines (22 loc) · 362 Bytes

Wraith Console

Developer dashboard for the Wraith Protocol platform. Built with React, Vite, TypeScript, and Tailwind CSS.

Prerequisites

  • Node.js 22+
  • pnpm

Install

pnpm install

Development

pnpm dev

Build

pnpm build

Format

pnpm format        # auto-fix
pnpm format:check  # check only