https://github.com/f0903/ip-msg
https://github.com/f0903/ip-msg
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/f0903/ip-msg
- Owner: F0903
- Created: 2024-06-06T23:59:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:28:43.000Z (over 1 year ago)
- Last Synced: 2025-02-20T23:26:42.535Z (over 1 year ago)
- Language: Rust
- Size: 823 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ip-msg
A very much WIP peer-to-peer chat app. Written for fun and learning purposes.
## Running
To build and run you need to have both [Deno](https://docs.deno.com/runtime/getting_started/installation/) and the [Rust toolchain](https://www.rust-lang.org/tools/install) installed.
> Before running the launch commands, it might be neccesary to run ``deno install`` in the root project directory.
### Development
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.
### Production
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.