# NEXT **Repository Path**: TheWeekndX/next ## Basic Information - **Project Name**: NEXT - **Description**: 基于NEXT的AI全栈项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-27 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Next.js template This is a Next.js template with shadcn/ui. ## Adding components To add components to your app, run the following command: ```bash npx shadcn@latest add button ``` This will place the ui components in the `components` directory. ## Using components To use the components in your app, import them as follows: ```tsx import { Button } from "@/components/ui/button"; ```