Skip to content

Latest commit

 

History

History

README.md

@lz/frontend

LayerZero Monitoring Frontend - UI and data explorer

Setup

Dependencies

To run or develop the frontend you need to install and build its dependencies. You can do it by running the following commands in the repository root:

yarn
yarn build

Run

To start the frontend against a local backend you can run the following command in the frontend package:

yarn dev:local

To start the frontend against a remote backend you can run the following command in the frontend package:

yarn dev

If you want to run the vite preview server you can run the following command:

yarn preview