Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 487 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 487 Bytes

Bun

Note

You will need to have bun installed

To install dependencies:

bun install

To run:

bun run test

This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.

Docker

Note

You will need to have docker installed

To create a docker image:

docker build --pull -t auto-label .