Initial commit from Create Next App
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
trigger: always_on
|
||||
---
|
||||
|
||||
- Don't write complex code.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user