Skip to content

Commit c63b700

Browse files
authored
Update deploy-a-website-with-vercel.mdx
1 parent 4bb16b6 commit c63b700

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

projects/deploy-a-website-with-vercel/deploy-a-website-with-vercel.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,33 @@ header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/depl
88
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/deploy-a-website-with-vercel/images/header.png
99
published: live
1010
readTime: 20
11-
prerequisites: Git, GitHub
11+
prerequisites: HTML, Git & GitHub
1212
versions: None
1313
tags:
1414
- javascript
1515
- html
1616
- css
1717
- intermediate
18+
courses:
19+
- html
20+
- git-github
1821
---
1922

2023
## Introduction
2124

22-
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`?
2326

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. 🌍
2528

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!
2730

2831
## What is Vercel?
2932

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).
3134

3235
[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!
3336

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.
3538

3639
## Getting Started with Vercel
3740

0 commit comments

Comments
 (0)