https://github.com/maximizeit/sb-custom-widget-scrolling-banner
https://github.com/maximizeit/sb-custom-widget-scrolling-banner
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximizeit/sb-custom-widget-scrolling-banner
- Owner: maximizeIT
- Created: 2021-06-27T22:42:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T15:29:18.000Z (over 2 years ago)
- Last Synced: 2025-01-23T06:14:23.688Z (over 1 year ago)
- Language: TypeScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Widget *Scrolling Banner* for Staffbase Platform
----
## PROTOTYPE AND FOR DEMO PURPOSES ONLY! 🌟
## NOT FOR PRODUCTION USE! ❌
## NOT AVAILABLE TO CUSTOMERS! BUILD YOUR OWN 😜
----
## Installation
```bash
$ npm install
```
## Running the app
| Command | Description |
|---|---|
| `npm start` | Starts the development server |
| `npm run build` | Creates the production build |
| `npm run build:watch` | Creates the production build and watch for changes |
| `npm run test` | Runs the unit tests |
| `npm run test:watch` | Runs the unit tests and watches for changes |
| `npm run type-check` | Checks the codebase on type errors |
| `npm run type-check:watch` | Checks the codebase on type errors and watches for changes |
| `npm run lint` | Checks the codebase on style issues |
| `npm run lint:fix` | Fixes style issues in the codebase |
## Building the form for configuration
This project uses [react-jsonschema-form](https://rjsf-team.github.io/react-jsonschema-form/) for configuring the widget properties. For more information consult their [documentation](https://react-jsonschema-form.readthedocs.io/en/latest/).