Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouprlabs/voltaserve-ios
📱 Voltaserve iOS App
https://github.com/kouprlabs/voltaserve-ios
ios ios-app swift swift-ui voltaserve
Last synced: 28 days ago
JSON representation
📱 Voltaserve iOS App
- Host: GitHub
- URL: https://github.com/kouprlabs/voltaserve-ios
- Owner: kouprlabs
- License: other
- Created: 2024-11-21T12:22:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T13:15:57.000Z (about 1 month ago)
- Last Synced: 2024-11-21T13:32:28.670Z (about 1 month ago)
- Topics: ios, ios-app, swift, swift-ui, voltaserve
- Language: Swift
- Homepage: https://voltaserve.com
- Size: 119 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voltaserve iOS
Watch the [demo video](https://youtu.be/RpHp0OEa_o8?feature=shared).
## Getting Started
Prerequisites:
- Install [Xcode](https://developer.apple.com/xcode/).
- Install [SwiftLint](https://github.com/realm/SwiftLint).Format code:
```shell
swift format -i -r .
```Lint code:
```shell
swift format lint -r .
``````shell
swiftlint lint --strict .
```## Licensing
Voltaserve is released under the [Business Source License 1.1](LICENSE).