mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
docs: split README into offline and online configuration docs
- Added recommendation to use Offline Mode in the online.md document with an explanation of benefits.
- Clarified behavior in offline.md, indicating it is intended for new installations and online mode.
- Provided detailed steps for configuring Offline Mode and Online Mode in separate documentation files.
- Linked mode-specific documentation from the main README for easier navigation.
This commit is contained in:
parent
a95c845e85
commit
73cc042a74
2 changed files with 9 additions and 1 deletions
|
|
@ -305,6 +305,14 @@ npm start
|
|||
|
||||
Packaging the app is done via [electron-builder](https://github.com/electron-userland/electron-builder). To start packaging run `npm run dist`. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the `build` property in the [package.json](https://github.com/johannesjo/super-productivity/blob/develop/package.json), but you can also use the [command line interface of electron builder](https://www.electron.build/cli).
|
||||
|
||||
### Building for Android
|
||||
|
||||
*This feature was added on October 7, 2024. See [Pull Request #57](https://github.com/johannesjo/super-productivity-android/pull/57).*
|
||||
|
||||
To build the Android version of Super Productivity, please refer to the [Android Offline Mode Documentation](./android/offline.md).
|
||||
|
||||
Ensure you have followed the steps outlined in the offline documentation to set up and configure the Android build environment properly.
|
||||
|
||||
## Run as Docker Container
|
||||
|
||||
```bash
|
||||
|
|
|
|||
2
android
2
android
|
|
@ -1 +1 @@
|
|||
Subproject commit dbfbef0b9cb66f4f6126e79d5d88326891004c97
|
||||
Subproject commit 2b39d4e0d493e2f48f3f5db011181c8b025639ff
|
||||
Loading…
Add table
Add a link
Reference in a new issue