Hello!
I am strucked during the mirador installation. I want to find my mirador directory to complete my installation. I have followed the below given installation instruction. I strucked in point no 4
- Install Node, if you haven’t already
- Install the Grunt command line runner (if you haven’t already); on the command line, run
npm install -g grunt-cli
- Clone the mirador repository (if you haven’t already done so above);
git clone https://github.com/IIIF/mirador.git
- On the command line, go into the mirador folder
- Install all dependencies with
npm install
andbower install
. Rungrunt