Update project structure in README.md
This commit is contained in:
parent
188f7b80b2
commit
d81f8eb208
1 changed files with 3 additions and 1 deletions
|
|
@ -162,6 +162,9 @@ ScrewFast organizes modular components, content, and layouts to streamline devel
|
|||
```md
|
||||
|
||||
src/
|
||||
├── assets/
|
||||
│ ├── scripts/ # JS scripts
|
||||
│ └── styles/ # CSS styles
|
||||
├── components/ # Reusable components
|
||||
│ ├── Meta.astro # Meta component for SEO
|
||||
│ ├── sections/ # Components for various sections of the website
|
||||
|
|
@ -187,7 +190,6 @@ src/
|
|||
│ ├── products/
|
||||
│ ├── robots.txt.ts # Dynamically generates robots.txt
|
||||
│ └── services.astro
|
||||
├── styles/ # CSS styles
|
||||
└── utils/ # Shared utility functions and helpers
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue