UI to interact with the new Synthetix Shaula release containing Multi-Collateral Loans and Shorting features.
- Node.JS 12+
- Git
- 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).
- Run
yarn build
. - Serve the generated
build
folder.