From 5f8fe11d0c04d4dc5950f945d02942398d1cf39e Mon Sep 17 00:00:00 2001 From: Mathew Pareles <51329589+mathewpareles@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:08:33 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9fde0d6..76d58999 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,19 +71,19 @@ Here's how you can start contributing to the Extension: 1. Clone the repository - `git clone https://github.com/voideditor/void` +```git clone https://github.com/voideditor/void``` 2. Open the extension folder -`cd /extensions/void` +```cd /extensions/void``` 3. Install dependencies -`npm run install` +```npm run install``` -4. Build the project +4. Build the project. We created this command so that we could run React in vscode. It converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`. -`npm run build`. Note: We made this build command to run React in vscode. It converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`. +```npm run build``` 5. Run the project