Closed jasonrudolph closed 6 years ago
This pull request updates the app's dependencies and configuration to more closely match what you get when creating a new probot app when following the latest docs for creating a new probot app using probot/create-probot-app.
These changes enable you to use npm run dev to run the app locally, which allows your local instance to receive and respond to events from a live github.com repository. This is super helpful for local dev, experimentation, and debugging. :sparkles:
npm run dev
Looks great! Thanks very much for this :bow:
This pull request updates the app's dependencies and configuration to more closely match what you get when creating a new probot app when following the latest docs for creating a new probot app using probot/create-probot-app.
These changes enable you to use
npm run dev
to run the app locally, which allows your local instance to receive and respond to events from a live github.com repository. This is super helpful for local dev, experimentation, and debugging. :sparkles: