From da9f4d0ce5b50c07dc7b78a76202bf30f02e3091 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Wed, 19 Sep 2018 10:19:18 -0400 Subject: [PATCH] Add a small blurb describing how to test the android version. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a13f17f0..e35d412e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ * [Localization](#localization) * [Contributing](#contributing) * [Testing](#testing) +* [Android](#android) * [License](#license) --- @@ -92,6 +93,12 @@ Pull requests are always welcome! Feel free to check out the list of ["good firs --- +## Android + +The android implementation is contained in the `android` directory, and can be viewed locally for easy testing and editing by running `ANDROID=1 npm start` and then visiting . CSS and image files are located in the `android/app/src/main/assets` directory. + +--- + ## License [Mozilla Public License Version 2.0](LICENSE)