This is the Middleman-generated dry-rb.org website.
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
.
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
See CONTRIBUTING.md
.