mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
59dda4ee39
commit
8faa4e1da0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue