Frontend Vue app for Balancer exchange and pool management.
To setup the development environment first clone the repo:
git clone https://github.com/balancer-labs/frontend-v2.git && cd frontend-v2
Install dependencies:
npm install
Start the app:
npm run serve
The app should be live at http://localhost:8080
If you'd rather spin up the app in a docker container:
docker-compose up
The app should be live at http://localhost:8080
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.
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.