Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 212 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 212 Bytes

REX Lending Frontend

Development

  1. Install dependencies
$ yarn install
  1. Setup .env and fill out variables
cp .env.template .env
  1. Run a dev server
$ yarn start