Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.21 KB

SRM Executables GUI

A GUI for SRM Executables, which is a command-line utility. Internally, this GUI is not a rewrite of SRM executables; it is a wrapper over the command-line interface, and a command is still executed.

Contributors

Downloads

Downloads are available in the releases section in the right side of your screen on desktop.

Development

Once you've cloned this project and installed dependencies with npm install, start a development server:

npm run tauri dev

Production

To create a production version of SRM executables:

npm run tauri build