I had a developer create a custom component (a version of the data grid) and publish it to a private repository on GitHub. I’d like to test it myself.
Do I need to create a developer environment on my computer to use this locally if the code is already on GitHub? (downloading node.js, running a server, etc.?) I started to follow along the dev guide using my terminal (Mac), and then I received a prompt to download Node.js. I stopped it for now because I’m not sure that all of that is required.
Hi,
if you just want to test the component and not develop it, you do not need to install something on your computer.
Go to your dashboard, then on the Component/Element tabs. Then click on the import button, and enter your repository info.
Quick note to the WeWeb team: it looks like someone else was a little confused here. It could be helpful to add @aurelie’s screenshots or just a sentence to the developer docs explaining where this is.