Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 275 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 275 Bytes

BizYair Frontend

Getting Started

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

Installation and Setup