An open API service indexing awesome lists of open source software.

https://github.com/mwarkentin/probot-first-app


https://github.com/mwarkentin/probot-first-app

Last synced: about 1 year ago
JSON representation

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.