Put your website on the internet for free!
In this article, I will show you how to publish a website on the Internet for free. There are many methods for this, but in this article, I will cover only one of them. What we need are only two basic platforms.
Basically, what we need to do is uploading the code of our site to our Github account by creating a new and public repository. Next, we will link this Github repository with Vercel. To put it briefly, Vercel is a platform that publishes your website on the internet for free.
When we use this free service of this platform, every commit/change that we do in this repository and the source code of the site will be automatically transmitted to Vercel and it will automatically update the site by building the code for us. Thus, we will have nothing to do to update the site other than modifying the source code in the Github repository linked to Vercel.
Let’s go step by step. First, if you don’t have a Github account, create a Github account. Then sign up for Vercel with your Github account by clicking the ‘Sign Up’ button on Vercel’s site.