https://github.com/statelyai/stately-github-app
https://github.com/statelyai/stately-github-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statelyai/stately-github-app
- Owner: statelyai
- License: isc
- Created: 2021-11-29T15:25:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T17:05:01.000Z (about 4 years ago)
- Last Synced: 2025-07-18T09:53:44.146Z (6 months ago)
- Language: TypeScript
- Homepage: stately-github-app.vercel.app
- Size: 262 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# stately-github-app
> A GitHub App built with [Probot](https://github.com/probot/probot) that An app for visualising XState machines in GitHub
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t stately-github-app .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= stately-github-app
```
## Contributing
If you have suggestions for how stately-github-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2021 Matt Pocock