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
orgit 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
cp .env.dev.sample .env
docker-compose up
npm install
npm run webpack
npm run parcel