Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 422 Bytes

wc-data-registry

Data Registry for the West Coast Governors Alliance

Quick Start

Install Bower:

npm install -g bower

Install Jekyll:

gem install jekyll

Clone this repository.

Then install the dependencies via bower. From the root repository directory:

bower install

And run the Jekyll server such that it auto compiles any code updates:

jekyll serve --watch