Skip to content

Commit 402e8b3

Browse files
committed
docs: update README
1 parent 2662e74 commit 402e8b3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Task management app with Web UI written in React.js based on [task.json](https:/
1818
* Local storage for all data (no back-end server)
1919
* Task synchronization with `task.json-server`
2020
* Dark and light themes
21+
* Support for Android
2122

2223

2324
## Online Demo
@@ -26,11 +27,14 @@ Task management app with Web UI written in React.js based on [task.json](https:/
2627

2728
Note: the demo is a static page and the data will be stored in your browser's local storage.
2829

29-
## Self-hosted
30+
## Releases
3031

31-
Download the package in GitHub release.
32-
Then run an HTTP server (e.g. Nginx, Caddy) to serve the files.
32+
The GitHub releases include two packages:
3333

34+
* Web frontend
35+
* Android APK
36+
37+
The web frontend can be self-hosted by running an HTTP server (e.g. Nginx, Caddy) to serve the files.
3438

3539
## Build
3640

@@ -43,6 +47,12 @@ npm run build
4347

4448
The packed files can then be found in `build` directory.
4549

50+
To build Android APK, install Android SDK and run:
51+
52+
```
53+
npm run build:android
54+
```
55+
4656
## License
4757

4858
GPL-3.0

0 commit comments

Comments
 (0)