* updated the readme

This commit is contained in:
Taegus
2018-12-16 13:40:31 +01:00
committed by GitHub
parent 554f96387b
commit 3b783f6da0

View File

@@ -1,18 +1,8 @@
# electron-quick-start # Ether1 Desktop Wallet
**Clone and run for a quick way to see Electron in action.** **Clone and run for a quick way to see Electron in action.**
This is a minimal Electron application based on the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start) within the Electron documentation. This is a desktop wallet for the [Ether1](https://ether1.org/) project.
**Use this app along with the [Electron API Demos](https://electronjs.org/#get-started) app for API code examples to help you get started.**
A basic Electron application needs just these files:
- `package.json` - Points to the app's main file and lists its details and dependencies.
- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
- `index.html` - A web page to render. This is the app's **renderer process**.
You can learn more about each of these components within the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start).
## To Use ## To Use
@@ -20,9 +10,9 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod
```bash ```bash
# Clone this repository # Clone this repository
git clone https://github.com/electron/electron-quick-start git clone https://github.com/taeguscromis/Ether1DesktopWallet
# Go into the repository # Go into the repository
cd electron-quick-start cd Ether1DesktopWallet
# Install dependencies # Install dependencies
npm install npm install
# Run the app # Run the app