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
+5
View File
@@ -0,0 +1,5 @@
---
trigger: always_on
---
- Don't write complex code.
+13
View File
@@ -0,0 +1,13 @@
---
trigger: always_on
---
- Our main color is red-600
- Always use poyraz-ui components when designing your page layouts. If a component isn't available, create a custom one and specify this.
- When using the typography component, do not make any extra font-weight or font-size adjustments.
- In headings, highlight the key word using a secondary font and red-600.
- We don't do dark designs. Only light designs.
+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.