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.