зеркало из https://github.com/electron/trop.git
16 строки
274 B
Markdown
16 строки
274 B
Markdown
|
# issue-board-tracking
|
||
|
|
||
|
> a GitHub App built with [probot](https://github.com/probot/probot) that
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
```sh
|
||
|
# 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.
|