24
1
Fork 0

Add a small blurb describing how to test the android version.

This commit is contained in:
Donovan Preston 2018-09-19 10:19:18 -04:00
parent 17a0393ce0
commit da9f4d0ce5
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)