Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 484 Bytes

File metadata and controls

37 lines (24 loc) · 484 Bytes

Logitar.js

JavaScript helper functions distributed by Logitar.

Recommended IDE Setup

VSCode

Project Setup

npm install

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests and Code Coverage with Vitest

npm run test

Run Unit Tests with Vitest

npm run test:dev

Format with Prettier

npm run format