Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1000 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 1000 Bytes

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