Celeborn Web is a dashboard to display and manage the Master and Worker of Celeborn. This document introduces how to install and build the UI of Celeborn Web.
⚠️ ImportantBefore running commands, you must ensure that you are in the front-end directory
celeborn/web
. If not, runcd web
first.
TIP
You should use the Pnpm package manager.
- Run the below command in the console to install the required dependencies.
pnpm install
pnpm dev
pnpm build
Lint with ESLint
# Whole project
pnpm lint