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:
- Download & install ruby: https://www.ruby-lang.org/en/downloads/
- Install Bundler:
gem install bundler
- Install dependencies:
bundle install
- Build/serve the web site on localhost/8008:
./_serve.sh
- Point your browser to http://localhost:8080
- Profit!