/desktop-app

Leanote's desktop app, based on Electron(atom-shell), NW(node-webkit) http://leanote.org

Primary LanguageJavaScriptOtherNOASSERTION

Leanote Desktop App

Use Electron(atom-shell) to create leanote desktop app.

preview.png

Download

Please see http://app.leanote.com

How to develop it

1. Install Electron

See https://github.com/atom/electron

2. How to run it

Download this project, and run

$> cd PATH-TO-LEANOTE-DESKTOP-APP/src
$> Electron .
```


## LICENSE
LEANOTE - NOT JUST A NOTEBOOK!

Copyright 2015 by the contributors.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Leanote destop app is licensed under the GPL v2.

[LICENSE](https://github.com/leanote/desktop-app/blob/master/LICENSE)