Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 556 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 556 Bytes

What is Hemlock?

Hemlock is an iOS app for your library, provided your library is powered by Evergreen.

With the Hemlock app, you can:

  • search the catalog
  • place a hold
  • review the items you have checked out
  • renew items

Quick Start for Developers

Before opening the project in Xcode, checkout and build the prerequisites using Carthage.

 brew update
 brew install carthage
 brew upgrade carthage
 ./update

Read the Developer Documentation