Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 247 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (15 loc) · 247 Bytes

Development

Requirements:

  • Node.js 20.x or later

Installing dependencies:

npm install

Running tests:

npm test

Preparing for a commit (runs lint, prepares dist/ directory and runs tests):

npm run all