An open API service indexing awesome lists of open source software.

https://github.com/andreock/breathflow


https://github.com/andreock/breathflow

Last synced: 8 months ago
JSON representation

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.