Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 310 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 310 Bytes

evm-bridge-frontend

The frontend of the trustless bridge of the EOS EVM.

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint