Skip to content

lgg-archive/mindmaps-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mindmaps Desktop

Desktop app for awesome mindmaps app built with Electron

Usage notes

  • To show default Electron Bar press alt

Installation

Built version

  • Download latest built release from here
  • Run it

From sources

  • git clone https://github.com/lgg/mindmaps-desktop && mindmaps-desktop
  • npm install
  • follow build instructions
  • run built version from out/ folder

Contributing

  • git clone https://github.com/lgg/mindmaps-desktop && mindmaps-desktop
  • npm install
  • for test run - use npm start
  • for updating original mindmaps app run npm run update-src

License

  • mindmaps is licensed under AGPL V3, see LICENSE for more information.
  • Author of mindmaps is David
  • Some fixes and updates lgg