Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 262 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 262 Bytes

TraderMo(v)e Interface

Setup

SDK dependencies & build

cd v1-sdk
yarn
yarn build

Interface dependencies

cd interface
yarn install

Run developement server

yarn start

Build site

yarn build