Skip to content

Building from Source

Prerequisites

Build Steps

Clone the repository:

git clone https://github.com/savannstm/rpgmtranslate.git

Navigate to the repository and install dependencies:

cd rpgmtranslate
npm install # or bun, or deno, or whatever

Run the application:

# For development mode
npm run tauri dev # or bun, or deno, or whatever

# For production build
npm run tauri build # or bun, or deno, or whatever

Project Structure

  • Frontend code: src directory
  • Backend code: src-tauri/src directory
  • Build output: src-tauri/target directory
    • Distributable packages: target/bundle