Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 533 Bytes

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!