Prerequisites
• Node.js (v18 or higher)
• npm or yarn
Installation
1. Clone the repository:
git clone https://github.com/zqy1151215064/20240929.git
cd 20240929- Install dependencies:
npm installTo start the development server:
npm run devTo build the project for production:
npm run buildnpm run start