/frontend-v2

Frontend Vue app for Balancer exchange and pool management.

Primary LanguageVueMIT LicenseMIT

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.