4 lines
363 B
Markdown
4 lines
363 B
Markdown
- Always run the LINT and TYPESCHECK scripts after completing your changes. This is to check for any issues.
|
|
- NEVER start the dev server yourself. If you need something from the terminal, ask the user to provide it to you.
|
|
- Avoid using custom colors unless very specifically instructed to do so. Stick to standard tailwind and shadcn colors, styles and tokens.
|