Skip to content

dry-rb/dry-rb.org

Repository files navigation

dry-rb.org Join the chat at https://dry-rb.zulipchat.com

ci

This is the Middleman-generated dry-rb.org website.

Getting started with Docker

Simply start development via docker-compose:

docker compose up development

WARNING: this takes a while because it downloads docsite repos for all the dry-rb gems and all their versions. See container logs to watch progress.

Once the container is running, you can access the site at http://localhost:4567.

Getting started

Install the gem and NPM dependencies:

bundle install
npm install

Clone and symlink docsites from individual dry-rb repositories:

bundle exec rake projects:symlink

Start Middleman server:

bundle exec middleman s

Contributing

See CONTRIBUTING.md.