Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 776 Bytes

File metadata and controls

51 lines (32 loc) · 776 Bytes

OCHRE SDK

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

Installation

pnpm add ochre-sdk

or

npm install ochre-sdk

or

bun add 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