Commit Graph

15 Commits

Author SHA1 Message Date
2ed2177577 Merge pull request 'docs(config): Update README with JSON configuration format' (#24) from setup-build-config-system into develop
Reviewed-on: #24
2026-01-28 18:34:02 +00:00
092b823959 Merge pull request 'Add 3DS Docker Development Environment with CIA Support' (#23) from docker-for-devkitarm into develop
Reviewed-on: #23
2026-01-28 18:33:44 +00:00
3d6c8fa97b Merge pull request 'feat(config): implement configuration system and contributing guide (#6, #4)' (#22) from setup-config into develop
Reviewed-on: #22
2026-01-28 18:13:33 +00:00
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
815f865060 Adds scripts to work with our dev containers. 2026-01-27 06:46:28 -08:00
d1f98c92dd Adds Dockerfile for the 3ds build container. 2026-01-27 06:30:45 -08:00
51c18cd986 Adds initial plan for Docker containers to build using VitaSDK. 2026-01-27 04:13:40 -08:00
44ae8b436a Adds plans for docker containers to build for nintendo systems. 2026-01-27 03:07:46 -08:00
092299ff33 feat(config): implement configuration system and contributing guide (#6, #4) 2026-01-27 00:10:27 -08:00
631046df34 Adds reference api info for gitea to gitignore. 2026-01-26 23:42:08 -08:00
7e2c013cdc Creates milestones, labels, and issues on gitea. 2026-01-26 23:19:48 -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