diff --git a/README.md b/README.md index 7f18019..47dddd8 100644 --- a/README.md +++ b/README.md @@ -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