Skip to content

Commit

Permalink
Add clients section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jan 24, 2021
1 parent b6d2e7c commit 6f1942a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Thanks [Mozilla][mozilla] for building this amazing tool!
* [Contributing](#contributing)
* [Testing](#testing)
* [Deployment](#deployment)
* [Android](#android)
* [Clients](#clients)
* [License](#license)

---
Expand Down Expand Up @@ -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.

---

Expand Down

0 comments on commit 6f1942a

Please sign in to comment.