Skip to content

public-awesome/lbp-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osmosis LBP Simulator

Requirements

Run locally

Clone repo:

git clone git@github.com:public-awesome/lbp-simulator.git
cd lbp-simulator

Start backend:

make run

Start web app (in another terminal):

cd app
yarn install
yarn dev

Open localhost:3000