Skip to content

balancer/frontend-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balancer frontend V3

Getting Started

This project uses pnpm, if you haven't already installed it you can find the documentation here: https://pnpm.io/installation

To setup the development environment, first clone the repo:

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

Copy and rename the .env.example file to .env.local:

cp .env.example .env.local

Next, install dependencies:

pnpm install

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Testing

See TESTING.md.

Developing in Windows

To develop in Windows you need to use WSL2. Learn more about it here.

With WSL2 all environment variables will be correctly set without having to use cross-env.

About

Official UI application for the Balancer protocol.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages