From e3b50547f3ece93f20c51c50348e4e9e6f343ece Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Mon, 28 Dec 2020 20:08:23 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8a1d704..3bd0b7c 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,14 @@ Can't find support for what you want? Implement your own `DeckControl` or `DeckC For example: Slack is implemented as a DeckController. Pressing the slack button will then present you with buttons for specific statuses. + ## Developing for DevDeck + Pull requesta and contributions to this project are welcome. + + You can get setup with a virtual environment and all necessary dependencies by running: + + ./setup.sh + +Tests can be run by running: + + ./run-tests.sh +