Building from Source
Prerequisites
- Git
rustupwith an installed Rust toolchain- Tauri prerequisites (https://v2.tauri.app/start/prerequisites)
- JavaScript runtime (
nodejs,bun,deno)
Build Steps
Clone the repository:
git clone https://github.com/RPG-Maker-Translation-Tools/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:
srcdirectory - Backend code:
src-tauri/srcdirectory - Build output:
src-tauri/targetdirectory- Distributable packages:
target/bundle
- Distributable packages: