Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 269 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 269 Bytes

TMC-sandbox

Development environment

Requirements: Node and docker, tar, zstd, ts (from moreutils)

npm ci
npm run dev

If you wish to see the VM Log in the terminal, run:

export PRINT_VM_LOG=1

Running tests

npm run test