Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 194 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 194 Bytes

jsLib

Js library template with bun

Building the project

bun run build

Running with bun

bun test/test.js

Running on the web

bun run serve

Running tests

bun run test