The code for the Synthetix.Exchange dApp.
It is powered by synthetix-data and synthetix-js.
First of all you need to create docker image and push it to docker hub.
- Build the project
npm i
npm run build
- Make a container and an image based on
nginx:stable-alpine
- Push to the docker hub
- Modify
deploy.yaml
to use your image