Congratulations on building your first website using React π Creating a functional and aesthetically pleasing website is a huge milestone, but you might be wondering: what’s next? How do you make your website accessible to the world? This blog will guide you through two essential steps to take your project live-uploading it to GitHub π» and deploying it using GitHub Pages π. GitHub is a powerful platform for storing and sharing your code. By uploading your website files to GitHub, you not only create a backup but also make collaboration and deployment much easier. Here’s how to do it: Log in to your GitHub account . If you don’t have one, create an account first. Click on the “New” button in the top-left corner or navigate to Create a New Repository . Give your repository a meaningful name (e.g., my-website ). Add an optional description and decide whether to make it public or private. Check the box to initialize the repository with a README file if desired. if you have an exi...
Note: don’t install from the Google Play Store, it is a highly stripped-down version of the original The options present in my own priority order Download from GitHub releases Download using Fdroid download from GitHub releases Just go to GitHub releases , download the APK, and install it. We will see configuration steps later ! The only downside is you need to redownload on each release download using FDroid You can use Fdroid as package manager instead of Google play store Now download completed what’s next setup the nearest mirrors using termux-change-repo setup the storage using termux-setup-storage Do update and upgrade termux configure nearest mirrors Run termux-change-repo And it will scan all the nearest repos and configure the default one which is the nearest setup storage using termux-setup-storage It usually asks for some permissions and do some storage setup don’t remember what is actually do but used it to fix a problem some time ago do some PKG update and upgrade Run com...