Install the tools listed in the .tool-version
and .node-version
files. You can easily set up the environment using either asdf or mise.
To install the tools using asdf, run the following command:
# asdf
asdf install
# mise
mise i
Setup development environment with bun
.
bun i
Scripts are defined in package.json
.
You can check available scripts.
bun run