For most of the classes that you take with me, the in-class workflow is a variant of the following.
In class, the workflow requires three tools: GitHub Desktop, Atom (or another text editor), and Firefox Developer Edition (or another browser). Launch them in the following order:
- Open GitHub Desktop.
- Checkout the examples repo for your class from the list of repos on your machine. In macOS, type
⌘ + T
; in Windows, typeCtrl + T
. - Open the examples repo in your editor from GitHub Desktop. In macOS, type
⌘ + ⇧ + A
; in Windows, typeCtrl + Shift + A
. - Launch Firefox Developer Editiion, then drag into the browser any files we’re working with in class. Alternatively, you can drag the examples folder into the browser, then navigate the folder by moving forward/back, like a web site.