Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-10 23:34:26 -07:00 committed by GitHub
parent 59dda4ee39
commit 8faa4e1da0
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're using React to build the sidebar `sidebar/index.tsx`, and we made this build command to compile everything to raw JS/CSS so we can run it in vscode. The output goes into the `dist/...` folder.
Note: We made this build command to run React in vscode. It compiles `sidebar/index.tsx` into CSS and JS in the `dist/` folder.
5. Run the project by pressing <kbd>F5</kbd>.