From 574ee3814734f9779f02d1b203a3659385a227b9 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:57:56 -0500 Subject: [PATCH] fix: add protocol to contributing --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af05849..321990f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ This project has many parts, and as so, it's not as easy to get it running as yo but sometimes it might not be possible to not include a dependency that we are using in the project. ## Node.js -Make sure you have [Node.js](nodejs.org) installed, perferably a version above 20. This allows MHSF to run tasks that use modern Node standards like async functions +Make sure you have [Node.js](https://nodejs.org) installed, perferably a version above 20. This allows MHSF to run tasks that use modern Node standards like async functions and other functions that are ran in MHSF. *Make sure you also have NPM installed.* ## Getting Started @@ -28,7 +28,7 @@ The primary stack for MHSF is Next.js, a React framework, which you can start by [You can also opt out of telemetry if you'd like.](https://nextjs.org/telemetry) ## Clerk -If you want to test out accounts, [you must create an Clerk key from their website.](clerk.com) +If you want to test out accounts, [you must create an Clerk key from their website.](https://clerk.com) Set the following variables in the .env.local file: ```env # Clerk