Hi friend! This site is the home of the Open Schemas specifications. It is deployed using Jekyll at openschemas.github.io
This repository is not where you contribute specification files that are rendered at openschemas.github.io/specifications. If you want to update or contribute a file, you want the specifications repository. This repository should be used to develop the base templating for the site.
See installation instructions for full details of installing Jekyll. Below are a quick set of commands that should hopefully get you going:
- Install Jekyll and Dependencies:
gem install jekyll bundler jekyll-redirect-from
- Clone the repository:
git clone https://github.com/BioSchemas/bioschemas.github.io.git
- Run the website:
jekyll serve