Skip to content

Latest commit

 

History

History
 
 

synthetix.exchange

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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