thuiop / magium-dev

MIT License
13 stars 4 forks source link

Add support for the Electron target #43

Closed thuiop closed 2 months ago

himanshunaidu commented 2 months ago

Would this potentially change how to run the local server? Or can we still use npm run start:server?

thuiop commented 2 months ago

npm run start:server should still work as currently. You can also use npm run start:electron for starting the electron app instead. The app can be package by running the build_all.sh script (you need to install the dev dependencies).