Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.07 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.07 KB

iroh-tauri-todomvc

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.

tauri-todomvc

The original tauri & todomvc code can be found at tauri-todomvc.

Development

Requirement:

  • Rust
  • NodeJS

install dependencies:

npm i

Then run tauri

npm run tauri dev

License

Copyright 2023 N0, INC.

This project is licensed under either of

at your option.

Contribution

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.