Initial commit from Create Next App

This commit is contained in:
Poyraz Avsever
2026-03-09 10:21:53 +03:00
commit 24241aa1af
16 changed files with 4235 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
description:
---
- When coding pages, clearly understand the purpose of the page.
- Do not add extra layout components when coding the pages.
- Take style guide rules into account.
- Code the pages section by section under components/futures and combine them on the page.
- Perform a detailed error analysis after each page. Run a build test. Do not provide faulty code.