Skip to content

archival-IIIF/demo

Repository files navigation

Material-UI logo

Archival IIIF demo

Installation

  1. Clone or download repository
  2. Install dependencies
# with pnpm
pnpm install

# with npm
npm install
  1. Copy env.example to .env and set port.
  2. Start server
# with pnpm
pnpm watch

# with npm
npm run watch

Docker

This project can also run in Docker.

  1. Copy env.example to .env if you want to customize the port
  2. Build and start the container:
    docker compose up --build
  3. Open http://localhost:3334

To stop the container:

docker compose down

License

This software is released under the MIT license.

Releases

No releases published

Packages

 
 
 

Contributors