A very much WIP peer-to-peer chat app. Written for fun and learning purposes.
To build and run you need to have both Deno and the Rust toolchain installed.
Before running the launch commands, it might be neccesary to run
deno installin the root project directory.
To build and run during development, you can use the ```deno task tauri dev`` command in the root directory to run the app with support for hot reload.
To build the app in production mode, you can use the deno task tauri build command. The output will be an .msi and NSIS .exe installer, you can use either one.