Overview
Set up a development container (devcontainer) configuration that allows HyperView to be easily run on GitHub Codespaces. This will help contributors start developing instantly without complex environment setup and improve onboarding.
Tasks
- Create a
.devcontainer directory in the repo root
- Add
devcontainer.json or devcontainer.yaml specifying required tools, extensions, and environment variables
- Ensure support for all dependencies needed to run and develop HyperView
- Test Codespace spin-up to validate environment works out-of-the-box
- Document usage in project README (or
devcontainer/README.md)
Acceptance Criteria
- Codespace launches and HyperView works with a single click
- Docs updated and verified
References
Feel free to suggest additional tooling or improvements for Codespace setup.
Overview
Set up a development container (
devcontainer) configuration that allows HyperView to be easily run on GitHub Codespaces. This will help contributors start developing instantly without complex environment setup and improve onboarding.Tasks
.devcontainerdirectory in the repo rootdevcontainer.jsonordevcontainer.yamlspecifying required tools, extensions, and environment variablesdevcontainer/README.md)Acceptance Criteria
References
Feel free to suggest additional tooling or improvements for Codespace setup.