update react comment

This commit is contained in:
Andrew Pareles 2024-10-24 15:37:13 -07:00 committed by GitHub
parent 549dabbde6
commit 40aa319d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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