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.
- Fork and clone this repository
- Navigate to the repo's directory
cd 2015-developer-summit
- Install your dependencies using npm:
npm install
- Open
index.html
in your browser