Add websitebuilder app
This commit is contained in:
28
.tmp/tasks/phase1-foundation/subtask_01.json
Normal file
28
.tmp/tasks/phase1-foundation/subtask_01.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"id": "phase1-foundation-01",
|
||||
"seq": "01",
|
||||
"title": "Initialize Next.js 15 project with TypeScript",
|
||||
"status": "completed",
|
||||
"depends_on": [],
|
||||
"parallel": false,
|
||||
"context_files": [
|
||||
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
||||
],
|
||||
"acceptance_criteria": [
|
||||
"Next.js 15 project created using npx create-next-app@latest",
|
||||
"TypeScript strict mode enabled in tsconfig.json",
|
||||
"ESLint configured with recommended rules",
|
||||
"Prettier configured with .prettierrc",
|
||||
"Tailwind CSS 4 configured in tailwind.config.ts",
|
||||
"Project builds successfully with npm run build"
|
||||
],
|
||||
"deliverables": [
|
||||
"package.json",
|
||||
"tsconfig.json",
|
||||
".eslintrc.json",
|
||||
".prettierrc",
|
||||
"tailwind.config.ts",
|
||||
"postcss.config.mjs",
|
||||
"next.config.mjs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user