GitHunt
NO

noritaka1166/mulmocast-app

Mulmo app

💬 Community

Join our Discord to share knowledge, tips, and questions about MulmoCast:
https://discord.gg/XqmAYxm2Xf

🚀 Assets

  • Vue 3
  • Tailwind CSS

▶️ Run

npm install -g @electron-forge/cli
yarn install
yarn run start

Build Application

There are two ways to build the application:

Option 1: Local Build

# Build the app for your platform
yarn run package

# The built app will be in: out/mulmocast-app-darwin-arm64/

Option 2: GitHub Actions Build

  1. Navigate to the repository: https://github.com/receptron/mulmocast-app

  2. Go to the "Actions" tab

  3. Select "Build for Mac" workflow or directly access: https://github.com/receptron/mulmocast-app/actions/workflows/ci-mac.yml

  4. Click "Run workflow" button

  5. Select the target branch (default: main)

  6. Once complete, download from Artifacts section

  7. Fixing Downloaded App Permissions

    # Remove all extended attributes
    xattr -c mulmocast-app.app

Debug Mode

# 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 launches

Note

GitHub Actions downloads are slow: Building and downloading from GitHub Actions takes time. Local builds are recommended during development.

info

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

install command

npx create-electron-app@latest mulmocast-app --template=vite-typescript

Languages

TypeScript58.2%Vue40.8%JavaScript0.6%CSS0.4%HTML0.1%

Contributors

Created August 4, 2025
Updated March 15, 2026