Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffa5/tasknet
A taskwarrior inspired, crdt-based task management tool
https://github.com/jeffa5/tasknet
Last synced: 23 days ago
JSON representation
A taskwarrior inspired, crdt-based task management tool
- Host: GitHub
- URL: https://github.com/jeffa5/tasknet
- Owner: jeffa5
- Created: 2021-01-01T13:55:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T12:56:27.000Z (over 1 year ago)
- Last Synced: 2023-08-10T17:27:13.325Z (over 1 year ago)
- Language: Rust
- Homepage: https://jeffas.io/tasknet/
- Size: 14.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskNet
## Run locally
```shell
cd web && trunk serve
```## Run the server
```shell
make run
```### Server configuration
A template configuration file is provided in `config-template.json`.