- fork the repo
- clone the repo to your local machine
git clone <your-forked-repo-url>
- switch to the
start-state
branch
git switch start-state
- open project in your Editor and open
index.html
in your browser
You can use the Live Server extension in VS Code to open the index.html file in your browser.
To learn ho wto use GitHub Copilot we will complete a series of tasks to make this project better.
We'll be using the workshop-prompts file to get started.