https://github.com/maximizeit/sb-custom-widget-iframe
https://github.com/maximizeit/sb-custom-widget-iframe
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximizeit/sb-custom-widget-iframe
- Owner: maximizeIT
- Created: 2021-07-01T20:18:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:28:57.000Z (over 2 years ago)
- Last Synced: 2025-01-23T06:14:21.788Z (over 1 year ago)
- Language: TypeScript
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Widget *iFrame* 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/).