Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 469 Bytes

Kapture

A simple page about Kapture!

Development

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.