Skip to content

Commit

Permalink
Merge pull request #4 from MattSkala/add-screenshots
Browse files Browse the repository at this point in the history
add screenshots to readme
  • Loading branch information
MattSkala authored Jan 26, 2020
2 parents 421293e + acc3c4b commit 7262125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@ Install the app on Android:
./gradlew :demo-android:installDebug
```

<img src="https://raw.githubusercontent.com/MattSkala/kotlin-ipv8/add-screenshots/doc/demo-android.png" width="180">

Run the app locally in JVM:
```
./gradlew :demo-jvm:run
```

<img src="https://raw.githubusercontent.com/MattSkala/kotlin-ipv8/add-screenshots/doc/demo-jvm.png" width="450">

## Tests

We strive for a high code coverage to keep the project maintainable and stable. All unit tests are currently able to run on JVM, there are no Android instrumented tests. Jacoco is used to report the code coverage.
Expand Down
Binary file added doc/demo-android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/demo-jvm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7262125

Please sign in to comment.