This document contains information about how to hack on this project.
Make sure you have the following tools installed:
To setup the project, you need to run the following command:
pnpm installWe use Biome to enforce code style.
You can run the following command to check the code style:
pnpm codestyle:checkTo fix the errors reported by the command, you can run the following command:
pnpm codestyle:fix