### Run Stellaris Maps for Local Development with Tauri Source: https://github.com/oatmealproblem/stellarmaps/blob/main/README.md Instructions to set up and run the Stellaris Maps application locally using Tauri. This process requires Node.js and the necessary Tauri prerequisites to be installed on your system before execution. ```Shell npm run dev ``` -------------------------------- ### Run Stellaris Maps for Local Development with Electron (Linux Only) Source: https://github.com/oatmealproblem/stellarmaps/blob/main/README.md Instructions to run the Electron-based version of Stellaris Maps, which is an alternative frontend specifically designed for Linux users. This method provides a different rendering engine compared to the default WebkitGTK. ```Shell npm run dev:electron ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.