@digitalculture/ochre-sdk
Version:
Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data
52 lines (32 loc) • 824 B
Markdown
# OCHRE SDK
This is the OCHRE JavaScript/TypeScript SDK for interacting with OCHRE (Online Cultural and Historical Research Environment) data.
## Installation
```bash
pnpm add @digitalculture/ochre-sdk
```
or
```bash
npm install @digitalculture/ochre-sdk
```
or
```bash
bun add @digitalculture/ochre-sdk
```
## Start development server
From the root directory of the project, run the following command:
```bash
pnpm run dev
```
## Build production server
From the root directory of the project, run the following command:
```bash
pnpm run ci
```
## Release new version to NPM
```bash
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](LICENSE)