Skip to content

Monorepo for managing components of the integration layer of Colonial Collections

License

Notifications You must be signed in to change notification settings

colonial-heritage/integration-layer

Repository files navigation

Colonial Collections: integration layer

Monorepo for managing components of the integration layer of Colonial Collections.

Development with Docker

Install packages

docker run --rm -it -v "$PWD":/app -w /app node:20 npm install --no-progress

Run container

docker run --rm -it -v "$PWD":/app -w /app --env-file .env node:20 /bin/bash

Run servers locally

docker run --rm -it -v "$PWD":/app -w /app --env-file .env -p 3000:3000 node:20 npm run dev

About

Monorepo for managing components of the integration layer of Colonial Collections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published