# gallery-deposit-js

![Build status](https://github.com/mb-wali/gallery-deposit-js/workflows/CI/badge.svg)
[![Release](https://img.shields.io/npm/v/gallery-deposit-js)](https://www.npmjs.com/package/gallery-deposit-js)
[![License](https://img.shields.io/github/license/mb-wali/gallery-deposit-js)](https://github.com/mb-wali/gallery-deposit-js/blob/main/LICENSE)
[![Downloads](https://img.shields.io/npm/dm/gallery-deposit-js)](https://www.npmjs.com/package/gallery-deposit-js)

gallery-deposit-js is a React library

## Developer guide

gallery-deposit-js uses [create-react-app](https://create-react-app.dev/) as development toolkit.

Install the library:

```bash
npm install
```

Start the demo application:

```bash
npm start
```

The library uses [Jest](https://jestjs.io/) as test runner. To run the tests:

```bash
npm test
```

The library uses `rollup` to build a final version inside the `/dist` folder and it will build CommonJS and ES Modules versions:

```bash
npm run build
```
