update project prompt,

This commit is contained in:
louiscklaw
2025-04-18 23:42:24 +08:00
parent e54293ad6e
commit 50b69d3ce8
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# guideline
- please divide the problem into small parts
- if you found you cannot understand the problem, please ask the question
- if you found you cannot solve the problem, plesae stop and shout
- review the whole solution before you reply to user
- example for page can be found in `./src/app/_helloworld/page.tsx`
- example for component can be found in `./src/components/_helloworld/index.tsx`
Thanks.