mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
chore: update README.md to include content directory in project structure
This commit is contained in:
parent
7b47a121a0
commit
045cd12fd5
@ -289,12 +289,13 @@ Bitip/
|
||||
│ ├── vite.config.ts # Vite configuration
|
||||
│ ├── tsconfig.json # TypeScript configuration
|
||||
│ └── package.json # Frontend dependencies
|
||||
├── content/ # Content files (Overview.json, ReleaseNotes.json)
|
||||
├── docs/ # Documentation (PRD, tech stack)
|
||||
├── .env # Environment variables (not in git)
|
||||
├── .env.example # Example environment file
|
||||
├── Dockerfile # Production Docker image
|
||||
├── docker-compose.yml # Production deployment
|
||||
└── package.json # Root package configuration
|
||||
├── package.json # Root package configuration
|
||||
└── README.md
|
||||
```
|
||||
|
||||
### Available Scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user