jekyll-prototype

jekyll-prototype

A Jekyll starter app for building simple HTML and Javascript prototypes.

Jekyll Prototype

A Jekyll template for prototyping simple websites.

Prerequisites

This site uses Jeykll to build and serve the website and npm to manage dependencies.

Usage

Clone this template from github.

$ git clone https://github.com/adborden/jekyll-prototype.git
$ cd jekyll-prototype

Install the dependencies and start the development server.

$ npm install
$ jekyll serve

Open your browser to http://localhost:4000/.

-- This prototype is based on jekyll-prototype.