chore: update README.md to include content directory in project structure

This commit is contained in:
Tudor Stanciu 2025-10-06 01:11:34 +03:00
parent 7b47a121a0
commit 045cd12fd5

View File

@ -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