Initial commit
This commit is contained in:
10
.cursor/rules/architecture.mdc
Normal file
10
.cursor/rules/architecture.mdc
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
description: General structure of the app
|
||||
globs:
|
||||
---
|
||||
|
||||
# Structure
|
||||
|
||||
- Where possible, the app should be separated into an API and frontend components.
|
||||
- Tests should be written as the app is developed.
|
||||
- Use package.json to ensure you're using the correct packages to implement features and not installing redundant packages or reinventing the wheel.
|
||||
Reference in New Issue
Block a user