chore: update readme to mention pnpm in tooling section

This commit is contained in:
ayo 2026-04-03 14:15:20 +02:00
parent 93fe1d64fd
commit 8ba28261f8

View file

@ -21,6 +21,8 @@ As of now the tooling I use are:
- [Eslint](https://eslint.org) for JS linting & [CSS linting](https://eslint.org/blog/2025/02/eslint-css-support/)
- [ESLint Stylistic](https://eslint.style) for JS formatting
- [Husky](https://typicode.github.io/husky/) for git hooks
- [PNPM](https://pnpm.io/installation) for dependency & workspace management
- and a bunch of automation using scripts and Continuous Integration actions
## Development
To start development, you need [`node`](https://nodejs.org/en/download). I highly recommend [`pnpm`](https://pnpm.io/installation) to be used as well. Once you know you have this, you can do the following: