Skip to content

Instantly share code, notes, and snippets.

@andyinabox
Forked from daytona1/CCFA15_week_11.md
Created January 31, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyinabox/6a782d70371658d3953bae54cac9ba25 to your computer and use it in GitHub Desktop.
Save andyinabox/6a782d70371658d3953bae54cac9ba25 to your computer and use it in GitHub Desktop.
Creative computing week 11

Week 11: Work Day!

How we feelin?

Today

Today

  1. Pushing to the web server
  2. Basic project setup review
  3. Work time / Conferences / Project review

Misc.

  1. I work for you. Ask me questions!
  2. Send me an email! Email is better than canvas.
  3. 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.

  1. Downloading the Timepiece template from GitHub
  2. Opening in Atom (3 different approaches)
  • Open from Atom
  • Drag into Atom
  • Open from Terminal
  1. Preview from the file system
  2. Run a local server

Work time / Conferences / Projects

Work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment