This guide contains information to help you contribute to this project.
This section contains information to help you set up a local Mac OS development environment.
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
To view the project in a local web browser:
bundle exec jekyll serve # then visit localhost:4000