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.

47 lines
480 B

# Ledger Wallet Desktop
## Requirements
* nodejs v8.x (https://nodejs.org/en/)
* yarn latest (https://yarnpkg.com/fr/docs/install)
## Setup
#### Create .env file and complete it, if you want main & renderer errors to be tracked
```
SENTRY_URL=http://...
```
#### Install dependencies
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
```