2015 jQuery Developer Summit

a sandbox site for making mistakes

2015-developer-summit is a static site built using Boostrap. It uses npm to manage its dependencies. Custom static assets live in the public directory.

Up and Running

  1. Fork and clone this repository
  2. Navigate to the repo's directory cd 2015-developer-summit
  3. Install your dependencies using npm: npm install
  4. Open index.html in your browser