Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 530 Bytes

File metadata and controls

31 lines (15 loc) · 530 Bytes

Website for the book Java to Kotlin: A Refactoring Guidebook

Deployed to https://java-to-kotlin.dev.

Theme: https://github.com/pages-themes/minimal

One-time setup

Install rbenv:

brew install rbenv

In the root of this project...

Use rbenv to install the required version of Ruby:

rbenv install

Install bundler into the version of Ruby of the local rbenv:

gem install bundler

Install dependencies into the version of Ruby of the local rbenv:

bundle install

Building

Run ./site-build-local