From 8ba28261f89c7ccdf45d5d99777808b8a1dc52b7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 14:15:20 +0200 Subject: [PATCH] chore: update readme to mention pnpm in tooling section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d55f48c..5d2e95f 100644 --- a/README.md +++ b/README.md @@ -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: