Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 995 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 995 Bytes

Integrating Mirador

This repository is designed to show integrating Mirador 4 with modern frontend build systems and some modules. We support React 18.

We have multiple examples of how to integrate Mirador 4 with different frontend build systems. The examples are in separated branches.

  • Mirador 4 upstream alone : git checkout mirador4-upstream or git checkout master
  • Mirador 4 with annotation editor plugin : git checkout mirador4-with-mae-plugin
  • Mirador Video (fork of Mirador 4 with video annotation support) : git checkout mirador4-video
  • Mirador 4 with annotation editor plugin and video plugin : git checkout mirador4-video-with-maev-plugin

You can change the manifest samples in src/index.js

Docker installation

cp .env.dev.sample .env
docker-compose up 

Local installation

Install dependencies

npm install

Build with webpack

npm run webpack

Run with parcel (with hot reload)

npm run parcel