Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 266 Bytes

README.adoc

File metadata and controls

13 lines (8 loc) · 266 Bytes

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.