1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

Edit readme

This commit is contained in:
Vladimir Volek 2018-10-02 15:44:53 +02:00 committed by Szymon Lesisz
parent 7b6071fe79
commit 666869f77d

View File

@ -5,8 +5,8 @@ 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`
## Docker ## Docker
- Build docker image `docker build -t trezor-wallet .` - Build run `./scripts/docker-build.sh`
- Run image - Run run `./scripts/docker-run.sh`
## Project structure ## Project structure
The project is divided into two parts - data that are used when compiling the project and data that aren't. The project is divided into two parts - data that are used when compiling the project and data that aren't.