Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.66 KB

CoFiX User Interface

build deploy

Introduction

This repository is the CoFiX Dapp for users.

What is CoFix?

CoFiX is the first innovative product in the CoFi field, and it is a DEX based on the NEST oracle.

How to Deploy and Test the CoFiX User Interface?

  1. Clone the project
git clone https://github.com/Computable-Finance/CoFiX-Web-User-Interface
  1. Install dependencies
  • Run yarn in the root of the project
  • Run yarn start to start the project
  1. Run Dapp with Docker(option)
  • Install Docker
  • Run yarn build
  • Run docker build -t cofix . in the root of the project
  • Run docker run -d -p 80:80 cofix to start your project on localhost:80