Today I went through the process of learning more about code snippets and deploying a website. I clarified any confusion I had on formatting my code so that I can be more efficient in the future. As I read deeper into the descriptions I made sure to look out for any shortcuts I could carry with me. This is how I deployed my first website:
1: I wrote <h1>Hello, world!</h1>
in index.html
2:I changed MYAPPNAME
to hello-world
in services.name
3:I submitted my changes to GitHub
4:I made a new Blueprint in the Render website
5:I connected my repository to the Blueprint
6:I saw my website!
Top comments (0)