anis-gitDisco / frontend-v2

Frontend Vue app for Balancer exchange and pool management.

Home Page:https://app.balancer.fi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Balancer Frontend App (v2)

Frontend Vue app for Balancer exchange and pool management.

Development

To setup the development environment first clone the repo:

git clone https://github.com/balancer-labs/frontend-v2.git && cd frontend-v2

Local env

Install dependencies:

npm install

Start the app:

npm run serve

The app should be live at http://localhost:8080

Docker

If you'd rather spin up the app in a docker container:

docker-compose up

The app should be live at http://localhost:8080

Design System

The app is using Tailwind to configure base styles. In development these styles can be viewed by running:

npm run tailwind-viewer

Your browser should load the app at http://localhost:3000.

Component Library

We are using Storybook to document our commonly used components. You can browse the component library in development by running:

npm run storybook

Your browser should load the app at http://localhost:6006.

About

Frontend Vue app for Balancer exchange and pool management.

https://app.balancer.fi

License:MIT License


Languages

Language:Vue 50.2%Language:TypeScript 48.2%Language:JavaScript 0.9%Language:CSS 0.4%Language:HTML 0.4%Language:Shell 0.1%