Go Back

Lesson 0 || Github Pages "Hello" website
  1. go to github.com and make a github.com account
  2. make a new repository called: yourusername.github.io
  3. on github, go into the settings of the new repo, and set github pages to "main" and enable https
  4. now go to repl.it, and sign in with github
  5. in repl open your github repo yourusername.github.io as an html, css, js repl
  6. open index.html and type "hello"
  7. hit run at the top of the repl page. in the right pane, your website should say hello.
  8. on repl, hit the github branch icon , commit, and push your changes.
  9. in the address bar of your browser, enter yourusername.github.io, congrats on your new site.