Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leanote/desktop-app
Leanote Desktop App, based on Electron(atom-shell) http://leanote.org
https://github.com/leanote/desktop-app
desktop electron leanote leanote-desktop
Last synced: about 20 hours ago
JSON representation
Leanote Desktop App, based on Electron(atom-shell) http://leanote.org
- Host: GitHub
- URL: https://github.com/leanote/desktop-app
- Owner: leanote
- License: other
- Created: 2014-09-17T08:11:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T15:04:01.000Z (11 months ago)
- Last Synced: 2024-12-14T06:01:09.759Z (8 days ago)
- Topics: desktop, electron, leanote, leanote-desktop
- Language: JavaScript
- Homepage: http://leanote.com
- Size: 100 MB
- Stars: 1,542
- Watchers: 105
- Forks: 596
- Open Issues: 191
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron - Leanote - Cloud notepad. (Apps / Open Source)
- awesome-electron-zh - Leanote - Cloud notepad. (Apps / Open Source)
- awesome-electron - Leanote - Cloud notepad. ![](https://img.shields.io/github/stars/leanote/desktop-app.svg?style=social&label=Star) (Apps / Notepad)
README
# Leanote Desktop App
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](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.
![preview.png](preview.png "")
## Download
Please see http://app.leanote.com## How to develop it
### 1. Install Electron v12.0.2
See https://github.com/electron/electron/releases/tag/v12.0.2
### 2. Run it with electron
Download this project, and run
```shell
# 1. install dependencies
$> cd PATH-TO-LEANOTE-DESKTOP-APP
$> npm i# 2. use gulp to parse less
$> cd PATH-TO-LEANOTE-DESKTOP-APP/dev
$> npm i
$> gulp dev# 3. 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.
```