The Maktaba website utilizes Canopy IIIF, an open-source static site generator built on Next.js, which is designed for fast creation, contextualization, and customization of a discovery-focused digital scholarship and collections website using IIIF APIs.
# installation
npm i
# development
npm run dev
# build
npm run build
To run Jest unit tests:
npm run test
The build process will read from a custom configuration file at config/canopy.json
if it exists. See the Create a Canopy Project guide for detailed step-by-step instructions.
This project is licensed under the MIT License.