Skip to content

feng19/phx_new_desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phx.new desktop

Video Demo

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start build with make release-all

Requirements

  • erlang & elixir
  • rust

Usage

Windows & Linux

Download the latest release from here.

MacOS

After MacOS 10.15.7, the app is not allowed to run, you need to bypass Gatekeeper.

  • Open Terminal

  • Run the following command

    For the current installed version:

    sudo xattr -c '/Applications/phx_new_desktop.app'

    For all versions of the app:

    sudo xattr -r -d com.apple.quarantine '/Applications/phx_new_desktop.app'
  • After that, you can run the desktop GUI.