Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-10 23:35:33 -07:00 committed by GitHub
parent 8faa4e1da0
commit 3882478341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ Here's how you can start contributing to the extension:
`npm run build`
Note: We made this build command to run React in vscode. It compiles `sidebar/index.tsx` into CSS and JS in the `dist/` folder.
Note: We made this build command to run React in vscode. It converts `sidebar/index.tsx` into a CSS/JS bundle in `dist/`.
5. Run the project by pressing <kbd>F5</kbd>.