chore: update readme to mention pnpm in tooling section
This commit is contained in:
parent
93fe1d64fd
commit
8ba28261f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue