/apicurio.github.io

Web site for the Apicurio project.

Primary LanguageHTMLApache License 2.0Apache-2.0

apicurio.github.io

Web site for the Apicurio project.

This repository is a standard GitHub Pages repository. As such, it uses ruby and bundler to manage dependencies and allow local building/serving of the project site. Here's how you can get started:

  1. Download & install ruby: https://www.ruby-lang.org/en/downloads/
  2. Install Bundler: gem install bundler
  3. Install dependencies: bundle install
  4. Build/serve the web site on localhost/8008: ./_serve.sh
  5. Point your browser to http://localhost:8080
  6. Profit!