bridge_ui: update readme

This commit is contained in:
Evan Gray 2022-07-11 21:34:46 +00:00 committed by Evan Gray
parent 8221708ef0
commit 76da871c6b
1 changed files with 0 additions and 13 deletions

View File

@ -2,22 +2,9 @@
## Prerequisites
- Docker
- NodeJS v14+
- NPM v7.18+
Run the following from the root of this repo
```bash
DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
DOCKER_BUILDKIT=1 docker build -f solana/Dockerfile.wasm -o type=local,dest=. solana
npm ci --prefix ethereum
npm ci --prefix sdk/js
npm run build --prefix sdk/js
```
The remaining steps can be run from this folder
## Install
```bash