I want to start an app based on the moqui/moqui-framework public repository on github. How do I access it?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
If you don’t own that repository, the best thing to do is to just fork it so that you would have a copy of that repository under your GitHub account.
To learn more about forks, Git, and GitHub in general, I could suggest checking out this tutorial here:
Also, here is an open-source eBook that might be helpful:
Hope that this helps!
- Bobby
Heya @1f70c371f9c047c5a04b252f165d88,
Check the following docs that explain how you can use a public repository in your App Platform:
https://docs.digitalocean.com/products/app-platform/how-to/manage-source-repo/
You can change your app’s repository by updating the app’s spec. You cannot change the app’s repository using the control panel, at this time. To change the app’s repository, the new repository must be discoverable and not in use by another app on App Platform.