-
Notifications
You must be signed in to change notification settings - Fork 0
Setup and Development
Karthik edited this page Mar 1, 2026
·
1 revision
- Node.js and npm (frontend)
- Python 3.11+ (backend scripts/tests)
- AWS CLI (for cloud integration)
- AWS CDK CLI (for infra deployment)
scripts\setup\setup-local.bat
scripts\setup\start-local.batchmod +x scripts/setup/setup-local.sh scripts/setup/start-local.sh
./scripts/setup/setup-local.sh
./scripts/setup/start-local.shcd frontend
npm install
npm start- Use template env files (for example
.env.example). - Keep secrets out of Git.
- Prefer per-environment files for local/stage/prod separation.
- Create a feature branch.
- Make small, scoped changes.
- Run relevant tests locally.
- Open PR with clear validation notes.
Last updated: 2026-03-01