Starter project for memeSRC Desktop on Windows & macOS
Prerequisite: Install Node.js
npm install
npm run start-prod
Optionally: If you want to test building and running an executable version of the app, you can use npm
to build it:
Platform | Build Command |
---|---|
macOS (arm64) | npm run package-mac-arm |
macOS (intel) | npm run package-mac-intel |
Windows (x64) | npm run package-win |