This TODO app was created as an example for how to use Iroh to add sync and networking capabilities to your app.
If you have any specific capabilities you would like to see demonstrated in this app, please add an issue, with the "feature request" tag.
The original tauri & todomvc code can be found at tauri-todomvc.
Requirement:
- Rust
- NodeJS
install dependencies:
npm i
Then run tauri
npm run tauri dev
Copyright 2023 N0, INC.
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.