A graphical user interface for interacting with an opendex-docker environment.
- Node v12.1.0+
- Yarn
yarn
- Make a copy of
.env.exampleand name it.env. - Set a value for
REACT_APP_API_URLto 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_URLvia the browser and accepting its certificate.
yarn test
yarn lint
yarn storybook