Skip to content

scorebreaker/opendex-ui

 
 

Repository files navigation

OpenDEX UI

A graphical user interface for interacting with an opendex-docker environment.

Development

Requirements

  • Node v12.1.0+
  • Yarn

Install dependencies

yarn

Start in development mode

  • Make a copy of .env.example and name it .env.
  • Set a value for REACT_APP_API_URL to match with the url you have an opendex-docker-api accessible.
  • yarn start
  • If the connection between the UI and opendex-docker-api cannot be established, try navigating to the REACT_APP_API_URL via the browser and accepting its certificate.

Tests

yarn test

Lint

yarn lint

About

A graphical user interface for OpenDEX 🌈

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.7%
  • JavaScript 2.9%
  • Other 0.4%