Skip to content

opthydefi/opthy-v0-ui-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web User Interface for opthy

Opthy react logic is the front-end of opthy-v0-core

Building and running on localhost

First install dependencies:

yarn install

To run in hot module reloading mode:

yarn start

To create a production build:

yarn run build-prod

Running

Open the file dist/index.html in your browser