A simple page about Kapture!
Ensure you have both Jekyll and Gulp installed.
To install Jekyll, run the following command:
$ gem install jekyll
To install Gulp, run the following command:
$ npm install -g gulp
To get started on your local server, run $ gulp
. BrowserSync will automatically open a browser to localhost:4000
, watch for changes, and auto reload.