Branching
This page is all about branching.
Here is Josh making a branch and changing the color of the 'Hi People!' to green using Microsoft VS Code.
Here Josh is making another branch and changing the title.
This time we have sound worked out, so Josh explains things as he goes along.
We'll start by cloning the repo fresh, and then running yarn inside the top directory of the repo.
This is equivalent to running "npm i", but yarn is able to use workspaces". Which we will need later on when working with our theme.
Go back to the homepage