Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 405 Bytes

WhichISO

A cataloging tool application in use at Princeton University Library for matching ISO 639-3 codes to language names in the 546 field from bulk MARC records.

Initial Setup

Clone this repository following github's instructions provided in the Code dropdown on the main page of this repo.

Install bundled dependencies:

$ asdf install

$ bundle install

$ yarn install