From 99c347593d0963f60148cd4bab91a0fe2127732c Mon Sep 17 00:00:00 2001 From: Neil Master Date: Thu, 26 May 2022 10:55:54 +0000 Subject: [PATCH] Update 'README.md' fixed images being formatted weirdly --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a8d2a4..276a843 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ We use vercel for our hosting solution since we use [Svelte](https://svelte.dev/ Okay so to get started with hosting your website you'll first need a [Github](https://github.com/) account to manage your files (*think of this as a way that future web developers / marketers can inspect your website when you need to share it with them*). This is also used for versioning so incase someone breaks the site you can wind it back to the last stable version 🙂. So after youve gotten your account all setup you'll need to create a **PRIVATE** Repository (*Where other users cant see your website*) you can name it whatever you'd like. Video: + + [![Step Image](https://img.youtube.com/vi/AnhBO9qe9EI/0.jpg)](https://youtu.be/AnhBO9qe9EI?t=53) Where it says .gitignore select `NODE` and license select `None` (*As you're most likely not licensing your website **As Software**) when you're making the repository. @@ -30,7 +32,10 @@ So what you just did is create essentially a "Folder" for your website that can ``` ### Adding content to your Repository Please Refer to video: + + [![Step Image](https://img.youtube.com/vi/musZVdkez0g/0.jpg)](https://youtu.be/musZVdkez0g) + #### Setting Up Vercel Now that your github repo has content for your website inside of it its time to setup vercel to host it. You'll need to sign into vercel using github then choose to setup a new project and select from your existing repositories the one you've created.