Start Files
https://bit.ly/3fRNQoP
Create Netlify account
1) In VS Code terminal type | npm install netlify-cli -g
2) Type | netlify -v
3) netlify status
4) netlify login (if account is not currently logged in)
5) netlify deploy
6) Create + Config new site (using arrow key selector)
7) Generate site name
8) Make sure files are in root directory (no need to currently change in video)
9) netlify deploy --prod
10) Website url available in terminal
/ @codebrew420