File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
2728Note: 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
4448The 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
4858GPL-3.0
You can’t perform that action at this time.
0 commit comments