Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 302 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 302 Bytes

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release