Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximizeit/sb-custom-widget-integration-types-test
https://github.com/maximizeit/sb-custom-widget-integration-types-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximizeit/sb-custom-widget-integration-types-test
- Owner: maximizeIT
- Created: 2024-11-05T13:13:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:21:50.000Z (about 2 months ago)
- Last Synced: 2024-11-05T14:29:14.097Z (about 2 months ago)
- Language: TypeScript
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Widget *Integration Types Test* 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://rjsf-team.github.io/react-jsonschema-form/docs/)