Deploy a custom version of the linked-blog-starter
By the end of this tutorial, you will have a custom version of the linked-blog-starter that deploys to Vercel
Fork the repository and get it to run locally
First, we want to fork the linked-blog-starter repo, then install and run it locally.
Note: Update https://github.com/matthewwong525/linked-blog-starter with your own repository link
1. Clone this repo by running git clone https://github.com/matthewwong525/linked-blog-starter
1. cd linked-blog-starter
1. npm install
1. npm run dev
1. Go