mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 09:24:55 +00:00
update readme & preview
This commit is contained in:
10
README.md
10
README.md
@@ -1,14 +1,14 @@
|
||||
# Leanote Desktop App
|
||||
|
||||
Use node-webkit to create leanote desktop app.
|
||||
Use Electron(atom-shell) to create leanote desktop app.
|
||||
|
||||

|
||||
|
||||
## How to develop it
|
||||
|
||||
### 1. Install node-webkit
|
||||
### 1. Install Electron
|
||||
|
||||
See https://github.com/nwjs/nw.js
|
||||
See https://github.com/atom/electron
|
||||
|
||||
|
||||
### 2. How to run it
|
||||
@@ -16,8 +16,8 @@ See https://github.com/nwjs/nw.js
|
||||
Download this project, and run
|
||||
|
||||
````
|
||||
$> cd PATH-TO-LEANOTE-DESKTOP-APP
|
||||
$> PATH-TO-NODE-WEBKIT/nw src
|
||||
$> cd PATH-TO-LEANOTE-DESKTOP-APP/src
|
||||
$> Electron .
|
||||
```
|
||||
|
||||
|
||||
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 513 KiB |
@@ -19,6 +19,6 @@ var Config = {
|
||||
"name": "繁体中文"
|
||||
}
|
||||
],
|
||||
"lang": "zh-hk",
|
||||
"lang": "en-us",
|
||||
"theme": "water"
|
||||
};
|
Reference in New Issue
Block a user