23
1
Fork 0

Add clients section in README

This commit is contained in:
timvisee 2021-01-24 21:38:05 +01:00
parent b6d2e7c1ca
commit 6f1942a446
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 12 additions and 3 deletions

View File

@ -68,7 +68,7 @@ Thanks [Mozilla][mozilla] for building this amazing tool!
* [Contributing](#contributing)
* [Testing](#testing)
* [Deployment](#deployment)
* [Android](#android)
* [Clients](#clients)
* [License](#license)
---
@ -149,9 +149,18 @@ see also [docs/deployment.md](docs/deployment.md)
---
## Android
## Clients
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.
- Web: _this repository_
- Command-line: [`ffsend`](https://github.com/timvisee/ffsend)
- Android: _see [Android](#android) section_
#### 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.
---