Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canopy-iiif/canopy-iiif
a IIIF Collection sourced site generator in Next.js for digital collections, humanities, and exhibitions
https://github.com/canopy-iiif/canopy-iiif
iiif iiif-presentation next-js
Last synced: about 13 hours ago
JSON representation
a IIIF Collection sourced site generator in Next.js for digital collections, humanities, and exhibitions
- Host: GitHub
- URL: https://github.com/canopy-iiif/canopy-iiif
- Owner: canopy-iiif
- License: mit
- Created: 2021-11-19T05:16:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:59:29.000Z (2 months ago)
- Last Synced: 2024-10-29T23:08:15.765Z (2 months ago)
- Topics: iiif, iiif-presentation, next-js
- Language: TypeScript
- Homepage: https://canopy-iiif.github.io/canopy-iiif/
- Size: 11.8 MB
- Stars: 41
- Watchers: 2
- Forks: 13
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canopy IIIF
An open-source static site generator designed for fast creation, contextualization, and customization of a discovery-focused digital scholarship and collections website using [IIIF](https://iiif.io/) APIs.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/fork/github/canopy-iiif/canopy-iiif)
- [Demo (Static)](https://canopy-iiif.github.io/canopy-iiif/)
- [Demo (Vercel SSR)](https://canopy-iiif.vercel.app/)
- [Documentation](https://canopy-iiif.github.io/docs/)![collage of canopy iiif views](https://github.com/canopy-iiif/canopy-iiif/assets/7376450/1779a0ce-1f62-4e9b-8186-110264c81bba)
## Setup
### Install Dependencies
```shell
# installation
npm i
```### Running in Development
```shell
# development
npm run dev
```### Building in Production
```shell
# build
npm run build
```## Tests
To run Jest unit tests:
```shell
npm run test
```## Configuration
Canopy IIIF uses a default configuration `config/.default/canopy.default.json` for demonstration purposes if a custom one is not set. The build process will read from a custom configuration file at `config/canopy.json` if it exists. See the [Create a Canopy Project guide](https://canopy-iiif.github.io/docs/get-started) for detailed step-by-step instructions.
## License
This project is [licensed](https://github.com/canopy-iiif/canopy-iiif/blob/main/LICENSE) under the MIT License.