mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 07:00:53 +00:00
59 lines
1.4 KiB
Markdown
59 lines
1.4 KiB
Markdown
# Leanote Desktop App
|
|
|
|
[](https://gitter.im/leanote/desktop-app?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
|
Use Electron(atom-shell) to create leanote desktop app.
|
|
|
|

|
|
|
|
## Download
|
|
Please see http://app.leanote.com
|
|
|
|
## How to develop it
|
|
|
|
### 1. Install Electron
|
|
|
|
See https://github.com/atom/electron#downloads
|
|
|
|
|
|
### 2. Run it with electron
|
|
|
|
Download this project, and run
|
|
|
|
````shell
|
|
# 1. use gulp to parse less
|
|
$> cd PATH-TO-LEANOTE-DESKTOP-APP/dev
|
|
$> npm install
|
|
$> gulp dev
|
|
|
|
# 2. run with electron
|
|
$> cd PATH-TO-LEANOTE-DESKTOP-APP
|
|
$> electron .
|
|
```
|
|
|
|
## Docs
|
|
|
|
Please see https://github.com/leanote/desktop-app/wiki
|
|
|
|
|
|
## LICENSE
|
|
|
|
[LICENSE](https://github.com/leanote/desktop-app/blob/master/LICENSE)
|
|
|
|
```
|
|
LEANOTE - NOT JUST A NOTEPAD!
|
|
|
|
Copyright 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.
|
|
``` |