https://github.com/r2dbc/r2dbc.github.io
R2DBC site
https://github.com/r2dbc/r2dbc.github.io
r2dbc
Last synced: over 1 year ago
JSON representation
R2DBC site
- Host: GitHub
- URL: https://github.com/r2dbc/r2dbc.github.io
- Owner: r2dbc
- Created: 2018-10-10T14:28:40.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T09:28:17.000Z (over 1 year ago)
- Last Synced: 2025-02-21T10:32:38.963Z (over 1 year ago)
- Topics: r2dbc
- Language: HTML
- Homepage: https://r2dbc.io/
- Size: 2.45 MB
- Stars: 10
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== r2dbc.github.io
This is the source for R2DBC's website.
To test any changes locally, do the following steps:
. Install https://github.com/rbenv/rbenv[rbenv].
. `cd /to/this/folder`
. `gem install bundle`
. `bundle exec jekyll serve`
Follow the instructions.