Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 802 Bytes

Minecraft Mods Debug

Debug Minecraft Mods by Process of Elimination (soon™)

mc-mods-debug-1 1 0_VGjvGKIQXQ

Development

  1. clone/download repo
  2. install dependencies
    1. See Tauri Docs
    2. Visual Studio (Build Tools C++, CMake)
    3. Microsoft Edge Webview 2
  3. run Visual Studio
    1. open project directory
    2. npm i in Visual Studio terminal
    3. close when finished
  4. finally, npm run tauri-dev in your favorite code editor/terminal

Build

  1. npm run tauri-build