Every new beginning comes from some other beginnings end

@Jeorge Follow these steps:

  1. Are you on a Windows computer? Install this:

If you’re on a Mac or Linux, continue reading

  1. Open a terminal on your computer and type in the following:
git clone https://github.com/pragmaflowinc/adalo-geolocation

You would replace the text after “git clone” with the URL component you want to clone. In this example, we’re using GitHub - pragmaflowinc/adalo-geolocation

  1. Then, you would cd into the folder
cd adalo-geolocation
  1. To make sure you don’t get any errors, open Visual Studio Code, open the adalo-geolocation component foder, then go into package.json and change the component name to whatever you want.

  2. Go back to the terminal and enter these commands:

npx adalo login

Login with your adalo email and password. You should see a “Login successful” message

npx adalo publish

Make sure to click on “private”

  1. Continue by following these instructions by Adalo:

https://developers.adalo.com/docs/workflow/managing-private-components

10 Likes