Replies: 1 comment 2 replies
-
You'll need to run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the plugNmeet in a virtual machine running Docker containers (redis, mariadb, livekit, livekit-ingress, plugnmeet-api) and client.zip from release page.
I need to add a new button with a new function to the whiteboard on the server. I have downloaded the client code from the plugnmeet-client repository to my PC (git clone, npm install, npm start) and created two files: test.tsx and test.css, in the client/src/components/test folder. I have also modified the index.tsx file in the client/src/components/whiteboard folder.
If I open the login page at http://localhost:3000, I can see my new button an It is works.
How can I transfer the changes from my local machine to the server so that the button works?
The file client.zip contains only the assets folder, and there are no other folders like components.
Beta Was this translation helpful? Give feedback.
All reactions