Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 276 Bytes

File metadata and controls

8 lines (6 loc) · 276 Bytes
  • use bunx tsc --noEmit to type check
  • use bun test path/to/test.ts to run a test
  • use bun add <package> to add a package

There are two ways the user tests the algorithm:

  • Running bun test
  • Looking at the *.page.tsx files in the site directory via a browser