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)