Update 'README.md'
fixed images being formatted weirdly
This commit is contained in:
parent
e6f9dda0ac
commit
99c347593d
@ -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 🙂.
|
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.
|
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:
|
Video:
|
||||||
|
|
||||||
|
|
||||||
[![Step Image](https://img.youtube.com/vi/AnhBO9qe9EI/0.jpg)](https://youtu.be/AnhBO9qe9EI?t=53)
|
[![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.
|
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
|
### Adding content to your Repository
|
||||||
Please Refer to video:
|
Please Refer to video:
|
||||||
|
|
||||||
|
|
||||||
[![Step Image](https://img.youtube.com/vi/musZVdkez0g/0.jpg)](https://youtu.be/musZVdkez0g)
|
[![Step Image](https://img.youtube.com/vi/musZVdkez0g/0.jpg)](https://youtu.be/musZVdkez0g)
|
||||||
|
|
||||||
#### Setting Up Vercel
|
#### Setting Up Vercel
|
||||||
Now that your github repo has content for your website inside of it its time to setup vercel to host it.
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user