You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you've created a website on your computer; how do you get it live on the web for your friends to visit with a URL?
25
+
So you've created a website on your computer locally; how do you get it live on the web for your friends and family to visit with a URL like `www.my-website.com`?
23
26
24
-
Hello everyone! In this tutorial, I will be teaching you how to deploy your very own website using Vercel! This will allow anyone to visit your published website on the internet. 🌍
27
+
Hello everyone! In this project tutorial, I will be teaching you how to deploy your very own website using Vercel! This will allow anyone to visit your published website on the internet. 🌍
25
28
26
-
We'll help you get started to easily deploy your website and get it ✨ live ✨ in no time!
29
+
We'll help you get started to easily deploy your website and get it ✨LIVE✨ in no time!
27
30
28
31
## What is Vercel?
29
32
30
-
We keep using the word deploy, what does it even mean? Deploying — or pushing new code to a server — is an integral part of a developer’s daily workflow (develop ➡️ test ➡️ deploy).
33
+
We keep using the word deploy, what does it even mean? Deploying – or pushing new code to a server – is an integral part of a developer’s daily workflow (develop ➡️ test ➡️ deploy).
31
34
32
35
[Vercel](https://www.vercel.com) is a cloud platform that specializes in [serverless deployment](https://www.redhat.com/en/topics/cloud-native-apps/what-is-serverless) and static site hosting. It allows developers to easily deploy and host web applications, APIs, and static websites!
33
36
34
-
**Fun Fact:** Vercel was originally known as "Zeit" before it rebranded itself in 2020. It was founded by Guillermo Rauch, who also created Socket.IO (we have a [tutorial](https://www.codedex.io/projects/build-a-chat-app-with-socket-io) about this, too).
37
+
**Fun Fact:** Vercel was originally known as "Zeit" before it rebranded itself in 2020. It was founded by Guillermo Rauch, who also created Socket.IO (we have a [tutorial](https://www.codedex.io/projects/build-a-chat-app-with-socket-io) about this, too) and Mongoose.
0 commit comments