Skip to content

r2dbc/r2dbc.github.io

Repository files navigation

r2dbc.github.io

This is the source for R2DBC’s website.

To test any changes locally, do the following steps:

  1. Install rbenv.

  2. cd /to/this/folder

  3. gem install bundle

  4. bundle exec jekyll serve

Follow the instructions.