Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway authored Dec 28, 2020
1 parent 03c696c commit e3b5054
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3b5054

Please sign in to comment.