Skip to content

uchicago-digitalculture-webdev/ochre-sdk

Repository files navigation

OCHRE SDK

This is the OCHRE JavaScript/TypeScript SDK for interacting with OCHRE (Online Cultural and Historical Research Environment) data.

Installation

pnpm add @digitalculture/ochre-sdk

or

npm install @digitalculture/ochre-sdk

or

bun add @digitalculture/ochre-sdk

Start development server

From the root directory of the project, run the following command:

pnpm run dev

Build production server

From the root directory of the project, run the following command:

pnpm run ci

Release new version to NPM

pnpm run release

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

License

MIT