This repository has been archived on 2022-01-29. You can view files and clone it, but cannot push or open issues or pull requests.
saturn/README.md

10 lines
150 B
Markdown
Raw Permalink Normal View History

2022-01-25 18:23:09 +01:00
# saturn
2022-01-26 17:36:17 +01:00
Web-based caldav client.
## Get started
In order to start the client, fill the config file and run:
```
2022-01-29 11:13:41 +01:00
env FLASK_APP=saturn flask run
2022-01-26 17:36:17 +01:00
```