Quick Start
Prerequisites
INFO
Environment Requirements
Ensure Node.js meets the following requirements:
Node.js 20.19.0 or above
Download Source Code
bash
git clone https://github.com/Daymychen/art-design-probash
git clone https://gitee.com/lingchen163/art-design-proLaunch the Project
This project uses pnpm to install dependencies. We recommend using pnpm.
npm install -g pnpm
# or
yarn global add pnpmInstall Dependencies
pnpm installIf pnpm install fails, try using the following command to install dependencies:
pnpm install --ignore-scriptsRun
pnpm devAfter the project starts, it will automatically open in your browser. The default access address is: http://localhost:3006
Other
If you encounter any issues when launching the project, please click the Community button at the top to join the community. The community will help you solve your problems.
