https://github.com/tidepool-org/tidepool-org.github.io
Tidepool's developer portal.
https://github.com/tidepool-org/tidepool-org.github.io
Last synced: 4 months ago
JSON representation
Tidepool's developer portal.
- Host: GitHub
- URL: https://github.com/tidepool-org/tidepool-org.github.io
- Owner: tidepool-org
- Created: 2014-01-17T02:02:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T21:24:59.000Z (about 1 year ago)
- Last Synced: 2024-05-01T11:40:48.278Z (12 months ago)
- Language: CSS
- Homepage: https://developer.tidepool.org/
- Size: 1.73 MB
- Stars: 15
- Watchers: 41
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tidepool Developer Portal
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](http://developer.tidepool.org/).
If you want to run it locally, you should have a Ruby installation working and follow [GitHub's instructions for installing Jekyll](https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll).
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.