Skip to content

ProjectMirador/mirador-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirador-workshop

⚠️ This repo contains a sample Mirador instance and configuration examples for a customizing Mirador 3 workshop. The workshop content is available on Google docs.

Setup your computer for Mirador development in advance

During the workshop you will be learning to customize Mirador while following along on your local computer. We ask that you set up your development environment in advance of the workshop. Developers may do this in a variety of different ways. Please do this however you feel most comfortable. You will need to be able to do the following:

  • Run this Mirador application using Webpack
  • Edit files in this repository and see the changes in a browser

We recommend using the Firefox or Chrome browser for development with the following add-ons:

Development system requirements

To test your setup

Clone https://github.com/ProjectMirador/mirador-workshop

  1. Run $ npm install from a terminal to install dependencies
  2. Run $ npm start to start a development server and build a development version of your Mirador installation.
  3. The browser should open a page that when eventually built you will see a Mirador viewer load at http://localhost:8080

npm script commands available

Command Description
npm start Builds your Mirador project and starts a server that runs at http://localhost:8080
npm build Builds a production ready build of your Mirador project in /dist