Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 706 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 706 Bytes

This project is no longer active. If you're interested in building a modern ILS that works for both low-resource (offline-first) and medium to large libraries, hit me up for a chat.

buddy pipeline

Use yarn instead of npm

Setup

yarn install to install dependencies

Run

yarn start to start dev server (Ensure unmarc_backend is running and listening on port 8000)

yarn test to run jest tests

yarn test_cy to run cypress tests