Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 660 Bytes

File metadata and controls

21 lines (14 loc) · 660 Bytes

BJ Fogg's Behaviour Model

A Bespoke.js presentation, built with generator-bespoke

View slides online

You can find the slides online via Github Pages

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve