A very simple web application for viewing the Sherlock Holmes book. It allows readers to view specific chapters and paragraphs by searching for phrases present in the book.
- Clone this repository (
git clone https://github.com/johnisom/book_viewer
) cd
into the repository (cd book_viewer
)- Install dependencies (
bundle install
)- If you don’t have ruby-2.6.5, install it
- Run the server locally on your machine (
bundle exec rackup
) - Enjoy the book at http://localhost:9292/