Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 475 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 475 Bytes

Contributing

Installation

Install the tools listed in the .tool-version and .node-version files. You can easily set up the environment using either asdf or mise.

asdf or mise

To install the tools using asdf, run the following command:

# asdf
asdf install

# mise
mise i

Development

Setup development environment with bun.

bun i

Scripts are defined in package.json. You can check available scripts.

bun run