Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 5.14 KB

README.md

File metadata and controls

59 lines (36 loc) · 5.14 KB

Balancer Frontend App (v2)

Frontend Vue app for Balancer exchange and pool management.

Add to Homescreen

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.