pnpm install
When running this command, a pre-commit git hook will be locally installed with husky and it will run lint-staged before every commit.
See "lint-staged"
in package.json for more information.
pnpm build
pnpm link
# run the entire test suite
pnpm test
# format the source code
pnpm format