Mirador

See a Demo
Getting Started
Run in Development
Mirador uses node.js and a build system to assemble, test, and manage the development resources. If you have never used these tools before, you may need to install them.
- Install Node, if you haven't already (available at the link above)
- Clone the mirador repository (if you haven't already done so above)
- On the command line, go into the mirador folder
- Install all dependencies with
npm install. Run `npm start'.
Run Tests
npm test
For more information, see the Docs, submit an issue, or ask on slack.