ottodevs / union-interface

Home Page:https://app.union.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Union interface

The front-end interface for the Union credit protocol.

Getting started

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/

Creating a production build

To create a production ready deployment, build and serve the project:

yarn build && yarn serve

Contributing

Contributions are encouraged, please see CONTRIBUTING.md for more information.

About

https://app.union.finance


Languages

Language:JavaScript 93.7%Language:SCSS 5.9%Language:HTML 0.4%