From 40aa319d189b7b4c0eed32153843042c6807938f Mon Sep 17 00:00:00 2001 From: Andrew Pareles <43356051+andrewpareles@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:37:13 -0700 Subject: [PATCH] update react comment --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f328ca7..bbee4e77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ git clone https://github.com/voideditor/void npm install ``` -4. Build the project. We created this build command so that we could run React in vscode - it converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`. +4. Compile the React by running `npm run build`. We created this build command to convert `sidebar/index.tsx` into `dist/`. ``` npm run build