The front-end interface for the Union credit protocol.
To begin development, start by cloning the repository:
git clone https://github.com/unioncredit/union-interface.git
cd union-interface
Install the required dependencies and configure your .env variables:
yarn install
cp .env.example .env
Start the listener:
yarn start
The interface can be accessed at: http://localhost:3000/
To create a production ready deployment, build and serve the project:
yarn build && yarn serve
Contributions are encouraged, please see CONTRIBUTING.md for more information.