Skip to content

Examples of integrating Mirador 3 with modern frontend build systems

Notifications You must be signed in to change notification settings

SCENE-CE/mirador-integration

 
 

Repository files navigation

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

About

Examples of integrating Mirador 3 with modern frontend build systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • Dockerfile 14.5%
  • HTML 6.9%