Get your developer workflow setup! We’ll need this as we transition to the web development unit

1) Download & set up VS Code

This should be quick. Code is just a bunch of text files. Visual Studio Code is the industry-standard code editor. It highlights, auto-completes, and organizes code in an intuitive way. Let’s get it set up.

2) Set up Github

Github is a platform used to host code, share code, and host personal websites. It allows you to ‘commit’ and save different versions of your programming projects - so if you make a mistake you can revert and go back to a previous version.

Make a Github account

Create a repository, and push a commit to Github

Publish your repository to Github Pages (so you can view it on the web)

Open your repository on Github pages. Go to Settings > Pages. Under ‘Branch’ select ‘main’ as your branch, and click save. After a few seconds, you should get a link to view your repository on the web!

Untitled

If Github does not directly tell you what your website URL is - it will likely be: