Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 363 Bytes

The repo hosting the ODI Labs Toolbox Blog

Contributing to the ODI Labs Blog

The ODI Labs Blog is powered by Jekyll

Development: Running the full application locally

bundle install
jekyll serve

Navigate to the localhost:$PORT which Jeykll generates.

Tests

This repository doesn't have any TDD infrastructure