diff --git a/README.md b/README.md index 053efbc..9d7c662 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A high-precision scientific calculator with support for units, derivatives, and Many features are missing, this is still under development. +**Web demo: [here](daisy.betalupi.com)** + # 📦 Installation - **Cargo:** `cargo install daisycalc` - **Arch:** `yay -S daisy` diff --git a/TODO.md b/TODO.md index 8a7ebba..ef9106d 100644 --- a/TODO.md +++ b/TODO.md @@ -8,6 +8,7 @@ - git tag -a v1.0.0 -m "Version 1.0.0" on merge commit - cargo publish - Update packages + - Build wasm & push changes ## Pre-release @@ -24,7 +25,6 @@ - Better tests (assignment, many expressions in one context) - Optional config file - Optional history file - - Compile to WASM, publish a webapp - evaluate straight from command line - Package for debian, nix diff --git a/docker-compose.yml b/docker-compose.yml index a984580..e52a66d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,6 @@ version: "3" +# You'll need to edit this file if you want to use it. networks: reverse_proxy: external: true