Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 655 Bytes

Contributor's Guide

This guide contains information to help you contribute to this project.

Development Environment

This section contains information to help you set up a local Mac OS development environment.

Installing

Before you begin, make sure you have installed these requirements:

  • Ruby (version 2.4.0)
  • Bundler (version 1.16.0)
  • Git

Then install the source code and package dependencies:

git clone [email protected]:XDgov/data-design-standards.git
cd data-design-standards/
bundle install

Usage

To view the project in a local web browser:

bundle exec jekyll serve # then visit localhost:4000