24
1
Fork 0

Merge pull request #932 from mozilla/document-android

Add a small blurb describing how to test the android version.
This commit is contained in:
Danny Coates 2018-09-19 09:44:21 -07:00 committed by GitHub
commit e3087f008c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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 <http://localhost:8080>. CSS and image files are located in the `android/app/src/main/assets` directory.
---
## License
[Mozilla Public License Version 2.0](LICENSE)