Week 1 - Classmates

Date: August 31, 2015

Review: Submissions

Did you submit your team/individual learning challenges correctly? We look at TWO things: your commit history and published book.

1. Commit History

The commit history of your book shows one commit by Friday night and the other one by Sunday night, for example

If you finished the individual portion together with the team portion by the Friday night deadline, it is okay to have both in a single commit, for example

2. Published Book

Your book has been published with the most update-to-date contents, for example

Setup

  1. Fetch and pull in new templates

     $ git fetch upstream
    
     $ git merge upstream/master
    

    Read documentation about Github's fork syncing mechanisms here.

  2. Update modules and plugins

     $ npm update
    

If you are successful, you should be able to see materials about today's hackathon, for instance, the warmup exercises.

Hackathon

  1. Warmup (30 minutes)
  2. Analysis (30 minutes)
  3. Report (1 hour)