diff --git a/.cursor/rules/project-rules.mdc b/.cursor/rules/project-rules.mdc new file mode 100644 index 0000000..7b8ca7a --- /dev/null +++ b/.cursor/rules/project-rules.mdc @@ -0,0 +1,6 @@ +--- +alwaysApply: true +--- + +- 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.