Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 273 Bytes

File metadata and controls

17 lines (12 loc) · 273 Bytes

Contributing / Development

Make sure you have node and pnpm via volta.

# Launch local dev server with rebuilds for assets
pnpm run watch

# Static build
pnpm build

# Lint files
pnpm run lint

# Fix formatting and linting
pnpm run fix