# scaffold-op-analysis **Repository Path**: xinminsu/scaffold-op-analysis ## Basic Information - **Project Name**: scaffold-op-analysis - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-22 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ts project for scaffold-op project. https://gitee.com/xinminsu/scaffold-op how to debug: https://www.nextjs.cn/docs/advanced-features/debugging update the dev script on your package.json: ` "dev": "NODE_OPTIONS='--inspect' next dev" ` ` npx create-next-app --example layout-component next-ui ` ` npx create-next-app@latest `