Skip to content

Quick Start

Prerequisites

INFO

Environment Requirements

Ensure Node.js meets the following requirements:

Node.js 18.20.4 or above

Download Source Code

bash
git clone https://github.com/Daymychen/art-design-pro
bash
git clone https://gitee.com/lingchen163/art-design-pro

Launch the Project

This project uses pnpm to install dependencies. We recommend using pnpm.

npm install -g pnpm
# or
yarn global add pnpm

Install Dependencies

pnpm install

If pnpm install fails, try using the following command to install dependencies:

pnpm install --ignore-scripts

Run

pnpm dev

After 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.

Released under the MIT License