Follow these instructions in order. If you make a mistake, start over from the beginning.
- Fork this repo on GitHub.
- Clone your fork of the repo locally.
- Move into the repo you just cloned
- Switch to the existing branch
server-rendered. - Delete the
index.jsfile. - Stage your change.
- Commit your staged change with a comment that follows the standard present imperative tense.
- Switch back to the original branch.
- Open
index.htmlwith a text editor from the command line, add<html></html>, save, and quit. - Stage your change.
- Commit your staged change with a comment that follows the standard present imperative tense.
- Push the changes in the
masterbranch to your GitHub fork. - Run
history | tail -n 11 > cli_historyto print your last 11 actions to the filecli_history.