Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 525 Bytes

Synthetix.Exchange

The code for the Synthetix.Exchange dApp.
It is powered by synthetix-data and synthetix-js.

Instructions

First of all you need to create docker image and push it to docker hub.

  1. Build the project
    • npm i
    • npm run build
  2. Make a container and an image based on nginx:stable-alpine
  3. Push to the docker hub
  4. Modify deploy.yaml to use your image