Skip to content

utf-4096/wpt-viewer

Repository files navigation

wpt viewer

Interface for viewing test results published on wpt.fyi.

Installation

This project uses pnpm for managing dependencies.

# Install dependencies
pnpm i

# Build for production
pnpm run build

Development

pnpm run dev