Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arthurmelton/hooky

Mirror : https://git.arthurmelton.com/hooky
https://github.com/arthurmelton/hooky

Last synced: 25 days ago
JSON representation

Mirror : https://git.arthurmelton.com/hooky

Awesome Lists containing this project

README

        


Hooky

### Requirements (for controller)

- For Windows
- [Build Tools for Visual Studio 2022](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and select "Desktop development with C++"
- If you are not on Windows 11
- Install Evergreen Bootstrapper from [Microsoft](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).
- For Mac
- Open the terminal and run `xcode-select --install`
- [Rust](https://www.rust-lang.org/tools/install)
- Ability to open ports

### Running

Download the `zip`/`tar` of the latest build at the [Releases](https://github.com/AMTitan/Hooky/releases) tab. Unzip the folder and put it somewhere. Open a terminal in the folder called `command` and run.

```sh
rustup target add wasm32-unknown-unknown
cargo install tauri-cli trunk
cargo tauri build -b none
```

Now go to the folder `target` then `release`, and run the program called `command`