From 688e4af28c043853ff863350dc9be8b5a1538c4a Mon Sep 17 00:00:00 2001 From: Joshua Mo Date: Sat, 29 Nov 2025 01:43:11 +0000 Subject: [PATCH 1/2] docs(rig-1069): add required deps for running locally --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a161be4..85efc19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,11 @@ This project additionally uses `pnpm`, so you will want to ensure this is instal ## Developing +### Pre-requisites +Before you get started, you'll want the following installed: +- Node.js v18 +- `pnpm` (install via `npm i -g pnpm` if not installed) + ### Setup To run the docs locally: From 4ad263bc449f45e73a51805206e6ec3e78432460 Mon Sep 17 00:00:00 2001 From: Joshua Mo Date: Sat, 29 Nov 2025 01:44:33 +0000 Subject: [PATCH 2/2] refactor: amendments --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85efc19..cc37ca2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,9 +35,11 @@ This project additionally uses `pnpm`, so you will want to ensure this is instal ## Developing ### Pre-requisites + Before you get started, you'll want the following installed: + - Node.js v18 -- `pnpm` (install via `npm i -g pnpm` if not installed) +- `pnpm` (install via `npm i -g pnpm` if not installed) ### Setup