From 93fe1d64fd85d855d9224b17ca8908729149e195 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 14:14:15 +0200 Subject: [PATCH] chore: update readme for development setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e02a7d..d55f48c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ As of now the tooling I use are: - [Husky](https://typicode.github.io/husky/) for git hooks ## Development -To start development, you need node. I highly recommend `pnpm` to be used as well. Once you know you have this, you can do the following: +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: 1. Install dependencies: `pnpm i` 2. Start the dev server: `pnpm run dev`