Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 876 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 876 Bytes

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.