https://github.com/andreock/breathflow
https://github.com/andreock/breathflow
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreock/breathflow
- Owner: andreock
- License: gpl-3.0
- Created: 2025-09-24T17:52:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T22:26:32.000Z (9 months ago)
- Last Synced: 2025-10-08T00:23:41.841Z (9 months ago)
- Language: Svelte
- Homepage: https://andreock.github.io/BreathFlow/
- Size: 20.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BreathFlow
A simple PWA app to help you practice mindfulness breathing.
## Building PWA
```bash
npm install
npm run build
```
## Building for Android
```bash
npm install
npm run build
npx cap sync
npx cap open android
```
Then build and run the app from Android Studio.
## Building for iOS
Not tested.
### License
GPL-3.0 License. See [LICENSE](LICENSE) for details.