You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
340 B

# Ledger Wallet Desktop
## Requirements
* nodejs v8.x (https://nodejs.org/en/)
* yarn latest (https://yarnpkg.com/fr/docs/install)
## Installation
7 years ago
```
yarn
```
## Development
7 years ago
```
yarn start
```
## Build
> Not package for distribution
7 years ago
```
yarn dist:dir
```
> Package everything
7 years ago
```
yarn dist
```
## Release
```
yarn release
```