Join our Discord to share knowledge, tips, and questions about MulmoCast: https://discord.gg/XqmAYxm2Xf
- Vue 3
- Tailwind CSS
npm install -g @electron-forge/cli
yarn install
yarn run startThere are two ways to build the application:
# Build the app for your platform
yarn run package
# The built app will be in: out/mulmocast-app-darwin-arm64/-
Navigate to the repository: https://github.com/receptron/mulmocast-app
-
Go to the "Actions" tab
-
Select "Build for Mac" workflow or directly access: https://github.com/receptron/mulmocast-app/actions/workflows/ci-mac.yml
-
Click "Run workflow" button
-
Select the target branch (default:
main) -
Once complete, download from Artifacts section
-
Fixing Downloaded App Permissions
# Remove all extended attributes xattr -c mulmocast-app.app
# Run app directly to see console output
./mulmocast-app.app/Contents/MacOS/mulmocast-app
# Or use Developer Tools within the app
# Press Cmd+Option+I after app launchesGitHub Actions downloads are slow: Building and downloading from GitHub Actions takes time. Local builds are recommended during development.
install https://www.electronforge.io/
add vue-3 https://www.electronforge.io/guides/framework-integration/vue-3
tailwindcss https://tailwindcss.com/docs/installation/using-vite
npx create-electron-app@latest mulmocast-app --template=vite-typescript