Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximizeit/sb-custom-widget-countdown
https://github.com/maximizeit/sb-custom-widget-countdown
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximizeit/sb-custom-widget-countdown
- Owner: maximizeIT
- Created: 2021-06-27T16:03:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T15:28:22.000Z (10 months ago)
- Last Synced: 2024-03-18T17:03:32.597Z (10 months ago)
- Language: TypeScript
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Widget *Countdown* 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/).