Your trusted tool for managing catalogues in the field
A Raspberry Pi-based system for managing RO-Crate catalogues in remote locations.
View Documentation & Downloads
- Node.js 22+
- pnpm 10+
- Docker and Docker Compose
packages/raspbocrate/- React admin interfacepackages/raspbocapi/- Fastify RO-Crate APIimage-builder/- Raspberry Pi image builderwebsite/- Documentation site
-
Install dependencies:
pnpm install
-
Start development services:
docker compose up -d
-
Run the admin interface:
cd packages/raspbocrate pnpm dev -
Run the API:
cd packages/raspbocapi pnpm dev
See image-builder/README.md for instructions.
pnpm testThis project uses Biome for linting and formatting:
pnpm lint:biomeISC