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
- Host: GitHub
- URL: https://github.com/kuper-tech/sbmt-outbox-ui
- Owner: Kuper-Tech
- License: mit
- Created: 2024-04-18T08:03:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T13:44:57.000Z (about 2 years ago)
- Last Synced: 2025-06-06T02:04:12.883Z (about 1 year ago)
- Language: HTML
- Size: 802 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```