Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 165 Bytes

DEVELOPMENT.md

File metadata and controls

22 lines (15 loc) · 165 Bytes

Development

run

npm start

test

npm t

lint

Checks for syntax errors and automatically formats code.

npm run lint