Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 1.02 KB

Contribution Guidelines

Quick Start

Task in pnpm Description
build Generate production-grade build artifacts.
check Run check.fmt and check.types.
check.fmt Verify that the source code is well-formatted.
check.types Verify that the source code is type-safe.
fmt Reformat the source code with Biome.
install Install dependencies and Git hooks.
test Run all unit tests.
vi Start a continuous test server in Vitest.
yolo Disable Git hooks.

Developer Guides