redvault-ai/frozen_llama
2024-09-09 11:46:22 +02:00
..
src WIP 2024-09-05 22:33:13 +02:00
Cargo.toml Remove iced dir & add as git dep 2024-09-09 11:46:22 +02:00
index.html WIP 2024-09-05 22:33:13 +02:00
README.md WIP 2024-09-05 22:33:13 +02:00

Counter

The classic counter example explained in the README.

The main file contains all the code of the example.

You can run it with cargo run:

cargo run --package counter

The web version can be run with trunk:

cd examples/counter
trunk serve