You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/siliconflow/bizyair_frontend.git
cd bizyair_frontend
# 安装依赖
npm install
# prettier
npm run format
# eslint
npx eslint src
# release frontend
npm run dev