Overview
This is a memo on running Ramp locally.

Background
Ramp is described as follows.
Interactive, IIIF powered audio/video media player React components library.
The source code is available on the following GitHub repository.
GitHub - samvera-labs/ramp: Interactive, IIIF powered audio/video media player React components library. Styleguidist Docs: https://samvera-labs.github.io/ramp/
Interactive, IIIF powered audio/video media player React components library. Styleguidist Docs: https://samvera-labs.github.io/ramp/ - samvera-labs/ramp
Starting Up
It can be started with the following commands.
git clone https://github.com/samvera-labs/ramp
pnpm i
pnpm demo
Details are described here.
GitHub - samvera-labs/ramp: Interactive, IIIF powered audio/video media player React components library. Styleguidist Docs: https://samvera-labs.github.io/ramp/
Interactive, IIIF powered audio/video media player React components library. Styleguidist Docs: https://samvera-labs.github.io/ramp/ - samvera-labs/ramp
Note that the following command will display the style guide page instead.
pnpm dev
Summary
I hope this serves as a useful reference.



Comments
…