Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 568 Bytes

Readme.md

File metadata and controls

30 lines (20 loc) · 568 Bytes

Synthetix Merge Migration

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.