How to make Changes to React Component #33
Answered
by
naveennazimudeen
naveennazimudeen
asked this question in
Q&A
-
How do I make changes to the React Component for my project needs? I cloned the repository, installed packages and submodules, then copied over the React Component from lib folder, and all the files in the noVNC folder to my project. However that doesn't work. Running it gives errors. |
Beta Was this translation helpful? Give feedback.
Answered by
naveennazimudeen
Aug 21, 2021
Replies: 1 comment
-
I should have read the documentation more closely. Here is what I did to make changes to the react component:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roerohan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I should have read the documentation more closely. Here is what I did to make changes to the react component:
npm run build:lib
.