3 Editing Your Workshop
Two Notes
This cheatsheet assumes that you’ve already cloned your repo to your computer. For instructions on that process, look here.
For more details on how Bookdown works, see the Bookdown Crash Course.
Navigate to your repo using File Explorer.
Open your repo in RStudio by double-clicking the .Rproj file. Remember to always run
git pullbefore making changes. Once you’ve done so, make any edits you like.Click Build to create the HTML files that make up the website.
Commit and push to send your changes to GitHub.
Your website will be ready in 1-2 minutes!