How we feelin?
Today
- Pushing to the web server
- Basic project setup review
- Work time / Conferences / Project review
Misc.
- I work for you. Ask me questions!
- Send me an email! Email is better than canvas.
- Seriously, feel free to ask.
Pushing to the web server
Let's make sure we can push our changes to the server!
$ cd ~/Code/
$ cd your-username.github.io
$ git add .
$ git commit -m "Save changes"
$ git push origin master
Basic project setup & review.
- Downloading the Timepiece template from GitHub
- Opening in Atom (3 different approaches)
- Open from Atom
- Drag into Atom
- Open from Terminal
- Preview from the file system
- Run a local server