This is the English companion of
CONTRIBUTING.md.
- Branch naming:
feature/<topic>orfix/<topic> - Commit prefixes:
feat:/fix:/docs:/chore: - Ensure
.env, data directories, and build artifacts are not tracked
- Frontend:
npm run dev, ensure core pages are accessible - Backend:
uvicorn app.main:app --host 0.0.0.0 --port 8021 - Backtest: trigger from UI or
/api/backtests, verify status and report generation
When environment variables, deployment, or algorithm parameters change, update:
README.mdbackend/.env.examplefrontend/.env.example