Bun version >= 1.0.1
To install dependencies:
bun install
To run all tests (aside smart contract ones), please run:
bun test
To generate typedoc documentation, please run:
bun run docs
To lint the projects, please run:
bun run lint
to see what needs to be fixedbun run lint:fix
to fix what can be fixed automatically