···11# Man Hunt
2233+[](https://garnix.io/repo/Bwc9876/manhunt-app)
44+35An iOS and Android app that lets you play man hunt with friends.
4657The game is played over WebRTC Data Channels and is entirely P2P (except for the
···15171618- [Rust](https://rustup.rs)
1719- [Just](https://just.systems) (`cargo install just`)
2020+ - **On Windows**: Some implementation of `sh` (Git for Windows works well)
1821- [Tauri's Pre-reqs](https://tauri.app/start/prerequisites/)
1919- - [(Also pre-reqs for mobile dev if you are working on the app part)](https://tauri.app/start/prerequisites/#configure-for-mobile-targets)
2222+ - [(Also pre-reqs for mobile dev if you are working on the app part)](https://tauri.app/start/prerequisites/#configure-for-mobile-targets)
2023- Tauri's CLI (`cargo install tauri-cli`)
2124- [NodeJS](https://nodejs.org)
2525+- [Prettier](https://prettier.io/) (`npm add -G prettier`)
22262327#### With Nix
2428···34383539- `just dev`: Will run the app locally on your computer, this will open a
3640 WebView with the frontend
3737- - Note: all geolocation returned from tauri-plugin-geolocation will be hard
3838- coded to `(0.0, 0.0)` in this mode.
4141+ - Note: all geolocation returned from tauri-plugin-geolocation will be hard
4242+ coded to `(0.0, 0.0)` in this mode.
3943- `just dev-android`: Will run the app on a connect Android device or VM via ADB
4044- `just signaling`: Will run the signaling server on port `3536`
4145 (this is needed for clients to connect)