https://github.com/folio-org/ui-eholdings
FOLIO eholdings App
https://github.com/folio-org/ui-eholdings
folio library library-management
Last synced: 10 months ago
JSON representation
FOLIO eholdings App
- Host: GitHub
- URL: https://github.com/folio-org/ui-eholdings
- Owner: folio-org
- License: apache-2.0
- Created: 2017-07-05T19:28:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-29T23:56:10.000Z (11 months ago)
- Last Synced: 2025-07-30T01:49:58.297Z (11 months ago)
- Topics: folio, library, library-management
- Language: JavaScript
- Homepage: https://folio.frontside.io
- Size: 12.3 MB
- Stars: 16
- Watchers: 22
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ui-eholdings
[](https://circleci.com/gh/folio-org/ui-eholdings)
Copyright (C) 2017-2018 The Open Library Foundation
This software is distributed under the terms of the Apache License,
Version 2.0. See the file "[LICENSE](LICENSE)" for more information.
## Introduction
The `ui-eholdings` module adds the ability to manage electronic holdings in FOLIO. The first supported knowledge base is from EBSCO.
## Prerequisites
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (at least version 8)
* [Yarn](https://yarnpkg.com/)
## Installation
* `git clone https://github.com/folio-org/ui-eholdings`
* `cd ui-eholdings`
* `yarn`
## Running
* `yarn start`
* Visit your app at [http://localhost:3000](http://localhost:3000).
By default, this will use the backend OKAPI cluster at
http://localhost:9130
If you want to run the application against the mirage server contained
within the browser, you can turn it on with the `--mirage` option:
* `yarn start --mirage`
If you want to run the application against a different Okapi cluster:
* `yarn start --okapi https://myokapi.cluster.folio.org`
## Running Tests
* `yarn test` (uses Karma and Mocha to test the application)
To add Istanbul instrumentation and a code coverage report:
* `yarn test --coverage`
## Building
* `yarn build`