https://github.com/evertras/github-app-sandbox
Playing with github apps
https://github.com/evertras/github-app-sandbox
Last synced: 8 months ago
JSON representation
Playing with github apps
- Host: GitHub
- URL: https://github.com/evertras/github-app-sandbox
- Owner: Evertras
- License: isc
- Created: 2021-09-25T12:49:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T06:08:06.000Z (over 4 years ago)
- Last Synced: 2025-02-12T06:38:03.292Z (over 1 year ago)
- Language: TypeScript
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sandbox-app
> A GitHub App built with [Probot](https://github.com/probot/probot)
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t sandbox-app .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= sandbox-app
```
## Contributing
If you have suggestions for how sandbox-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 Brandon Fulljames