An open API service indexing awesome lists of open source software.

https://github.com/kuper-tech/sbmt-outbox-ui

Web UI dashboard for sbmt-outbox gem
https://github.com/kuper-tech/sbmt-outbox-ui

Last synced: 5 months ago
JSON representation

Web UI dashboard for sbmt-outbox gem

Awesome Lists containing this project

README

          

# Sbmt Outbox UI

It is a React admin application used by [sbmt-outbox](https://github.com/SberMarket-Tech/sbmt-outbox) Ruby gem.

## Installation

Install the application dependencies by running:

```sh
npm install
```

## Development

Start the application in development mode by running:

```sh
npm run dev
```

## Production

Build the application in production mode by running:

```sh
npm run build
```