Skip to main content

Getting started

Prerequisites

Run the application

git clone https://github.com/mcthesw/game-save-manager.git
cd game-save-manager
pnpm i
pnpm dev

pnpm dev starts the desktop application. Development data lives in .rgsm-dev/app-data within the repository.

To debug the interface and business flows in a browser:

pnpm web:dev

Open the local URL printed in the terminal. The default port is 5173.

Build

pnpm build

Build output lives in target/release, with installers in its bundle directory. Use pnpm portable for a Windows portable build.