Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 579 Bytes

This is a Tidepool microsite for helping to guide and manage the open source nature of our work.

This is a GitHub Pages site, and the deployed site can be found here.

If you want to run it locally, you should have a Ruby installation working.

Then do gem install bundle from within this repository.

To render the site, do bundle exec jekyll serve --watch, then visit http://localhost:4000 in your browser.

While that's running, you can then edit the site, save the result, and reload the web page to see it on your local site.