Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 716 Bytes

Readme.md

File metadata and controls

33 lines (22 loc) · 716 Bytes

Synthetix Shaula Frontend

UI to interact with the new Synthetix Shaula release containing Multi-Collateral Loans and Shorting features.

Demo

Getting started

Prerequisites

  • Node.JS 12+
  • Git

Running the app

  • Run yarn to install node packages.
  • Copy .env.sample to .env and configure appropriately.
  • Run make to boot app.
  • Visit frontend at http://localhost:5555 (or configured port).

Build

  1. Run yarn build.
  2. Serve the generated build folder.