https://github.com/mwarkentin/probot-first-app
https://github.com/mwarkentin/probot-first-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwarkentin/probot-first-app
- Owner: mwarkentin
- License: isc
- Created: 2017-12-04T13:38:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T13:38:30.000Z (over 8 years ago)
- Last Synced: 2025-02-05T23:57:11.690Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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
# my-first-app
> a GitHub App built with [probot](https://github.com/probot/probot) that
## Setup
```
# Install dependencies
npm install
# Run the bot
npm start
```
See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.