LayerZero Monitoring Frontend - UI and data explorer
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 buildTo start the frontend against a local backend you can run the following command in the frontend package:
yarn dev:localTo start the frontend against a remote backend you can run the following command in the frontend package:
yarn devIf you want to run the vite preview server you can run the following command:
yarn preview