docs: replace README with curated bilingual text#31
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## 🚀 Quick Start (Docker Compose) | ||
| ```bash | ||
| cp .env.example .env | ||
| cp .env.bigdata.example bigdata/.env | ||
| ./scripts/dev-up.sh |
There was a problem hiding this comment.
Correct bigdata env template path in Quick Start
The Quick Start commands ask users to copy .env.bigdata.example before running ./scripts/dev-up.sh, but this template does not exist anywhere in the repository. The only provided file is bigdata/.env.example, so the current command fails with cp: cannot stat '.env.bigdata.example': No such file or directory and stops the setup flow. The same typo appears again in the Persian section. Updating the README to reference cp bigdata/.env.example bigdata/.env avoids a broken quick-start.
Useful? React with 👍 / 👎.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_6900f6a3481c8328a16b34d00ed134c8