Skip to content

ehtmal/ForDoAnalysisEdit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 52.6%
  • Vue 45.8%
  • Other 1.6%