Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.env.sample

Blame
  • README.md 3.47 KiB

    ⚠️ This project is for Mirador 3, the latest version of Mirador. For Mirador 2, please see ProjectMirador/mirador2 or legacy documentation on the Mirador 2 wiki. Please note that the community's focus is on Mirador 3, and are unlikely to accept pull requests or provide support for Mirador 2.

    Mirador

    Node.js CI codecov

    For Mirador Users

    You can quickly use and configure Mirador by remixing the mirador-start Glitch.

    We recommend installing Mirador using a JavaScript package manager like npm or yarn.

    $ npm install mirador 
    
    # or
    
    $ yarn add mirador

    If you are interested in integrating Mirador with plugins into your project, we recommend using webpack or parcel to integrate the es version of the packages. Examples are here:

    https://github.com/ProjectMirador/mirador-integration

    If you want to simply embed Mirador in an HTML page without further customization, include the Mirador UMD build: