Skip to content

DrewPackages/localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drew Localhost

Desktop app that streamlines DApps UI deployment process from sources on your own device

Check our site

Release app installation

You can find the latest app builds on the releases page. Currently supported architectures:

  • Windows - DrewLocalhost-1.2.8.Setup.exe
  • MacOS Intel - Drew.Localhost.x64.dmg
  • MacOS M-processors (arm)
    • Best option is to still download Drew.Localhost.x64.dmg executable since it can be run the same as any non-app-store app, see here

    • If you download Drew.Localhost.arm64.dmg executable - you need to follow the instructions described here, in short - copy Drew Localhost app normally to Applications folder and run this command in terminal:

xattr -c /Applications/DrewLocalhost.app

Currently we are working on proper DMG signing on MacOS (and possibly - distribution through App Store), in the mean time follow the instructions above, or build the app yourself

Developer guide

Repository structure

UI

Contains the react-typescript-redux ui for the app. Also contains src/_dev folder with dev services that emulates actual electron services.

Desktop app

Contains Electron Forge generated project that implements services for UI and packs code into OS specific executables

Run app local

  1. Deploy frontend dev server with command cd ./ui && NODE_ENV=electron pnpm start
  2. Run electron app with command cd ./desktop-app && pnpm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages