Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 593 Bytes

File metadata and controls

34 lines (21 loc) · 593 Bytes

Hacking

This document contains information about how to hack on this project.

Prerequisites

Make sure you have the following tools installed:

Setup

To setup the project, you need to run the following command:

pnpm install

Code Style

We use Biome to enforce code style.

You can run the following command to check the code style:

pnpm codestyle:check

To fix the errors reported by the command, you can run the following command:

pnpm codestyle:fix