https://github.com/OpenWebhook/client
Client for the webhook store
https://github.com/OpenWebhook/client
react typescript webhook
Last synced: about 1 year ago
JSON representation
Client for the webhook store
- Host: GitHub
- URL: https://github.com/OpenWebhook/client
- Owner: OpenWebhook
- License: gpl-3.0
- Created: 2022-04-01T10:46:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T13:52:26.000Z (over 2 years ago)
- Last Synced: 2024-11-06T08:40:54.681Z (over 1 year ago)
- Topics: react, typescript, webhook
- Language: TypeScript
- Homepage: http://demo.openwebhook.io/
- Size: 11.7 MB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenWebhook
[Openwebhook.io](https://www.openwebhook.io/) is an open source project for developpers working with webhooks.
Checkout the [demo](https://demo.openwebhook.io/).
Join the beta-tester list by sending an email to contact@openwebhook.io.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.