Initial Commit with ENVs, directory structures, cursor rules, etc

This commit is contained in:
2025-05-10 17:12:58 -05:00
commit 1a65e69d25
21 changed files with 572 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
---
description:
globs: *.php,*.js,*.css
alwaysApply: false
---
.php files should use the following naming conventions:
"classes": "PascalCase",
"functions": "camelCase",
"variables": "camelCase",
"constants": "UPPER_SNAKE_CASE"
.js files should use the following naming conventions:
"functions": "camelCase",
"variables": "camelCase",
"constants": "UPPER_SNAKE_CASE"
.css files should us the following naming conventions:
"ids": "camelCase",
"classes": "kebab-case"
+8
View File
@@ -0,0 +1,8 @@
---
description:
globs:
alwaysApply: true
---
This is a zero build project. We are not allowing packages to be installed or suggested for this project. No dependendcies on the backend/server side. On the front-end we will only allow CDN js and css files or libraries.
The following are allowed on the front-end: bootstrap|fontawesome|jquery