
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.js
- Install the Grunt command line runner i.e.
npm install -g grunt-cli - Clone the Mirador repository
- Change into the Mirador directory
- Install all dependencies with
npm install. Runnpm start.
npm test