From 4db13fb924cd57f8ce1c8853fe5f6cdf249e91f8 Mon Sep 17 00:00:00 2001 From: Alexander Holliday Date: Wed, 12 Nov 2025 09:21:02 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1265c64ef..5565d3797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,18 +163,6 @@ npm run dev The client will run at `http://localhost:5173`. -If you encounter errors during installation, remove the `node_modules` directory and `package-lock.json`: - -```bash -rm -rf node_modules package-lock.json -``` - -Then reinstall the dependencies - -```bash -npm install -``` - #### Step 5: Access the Application Open your browser and navigate to: