Commit Graph

5 Commits

Author SHA1 Message Date
518826b908 docs(config): update README with JSON configuration format
Update documentation to reflect the actual JSON-based configuration
system instead of the old INI-style format.

Changes:
- Updated Quick Start section to reference config.example.json
- Rewrote Configuration section with JSON examples
- Added detailed environment variable override documentation
- Included CI/CD usage examples
- Documented all supported environment variables

All acceptance criteria from Issue #6 verified:
✓ config.example.json created and documented
✓ load-config.sh correctly parses JSON
✓ Environment variables take precedence over JSON
✓ Validation script catches missing required fields
✓ Documentation clear for new developers
✓ CI can inject credentials via env vars

Related: #6
2026-01-27 08:53:02 -08:00
014402d3cc Adds documentation of building and using our dev container. 2026-01-27 07:05:56 -08:00
ff3c83ab1f Creates initial project. 2026-01-26 22:21:12 -08:00
1a203e5a26 Adds instructions to the readme for setting up node/yarn in a project. 2026-01-23 21:32:35 -08:00
addda6f54f Initial commit. 2024-07-29 22:27:56 -07:00