1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-05 12:51:44 +00:00

Update README.md

This commit is contained in:
Vladimir Volek 2019-02-19 17:12:56 +01:00 committed by GitHub
parent 1d431afef9
commit 8da8544316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# Trezor Wallet # Trezor Wallet
You can try this wallet live [HERE](https://beta-wallet.trezor.io/next/)
To install dependencies run `npm install` or `yarn` To install dependencies run `npm install` or `yarn`
To start locally run `npm run dev` or `yarn run dev` To start locally run `npm run dev` or `yarn run dev`
To build the project run `npm run build` or `yarn run build` To build the project run `npm run build` or `yarn run build`