Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 282 Bytes

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