Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 481 Bytes

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