feat: Add GitHub Codespaces devcontainer configuration#354
Closed
mrjcleaver wants to merge 1 commit into
Closed
Conversation
Add .devcontainer configuration to enable one-click development environment setup in GitHub Codespaces. Components: - devcontainer.json: Configures Codespaces with Bun runtime - Dockerfile: Custom container with git-lfs, Node.js 20, and Claude Code CLI Features: - Automatic Bun installation via postCreateCommand - Pre-configured PATH for Bun binaries - Git LFS support for large files - Node.js 20.x for Claude Code CLI - Claude Code CLI (@anthropic-ai/claude-code) pre-installed Benefits: - One-click setup for contributors - Consistent development environment - No local installation required - Ready-to-use Claude Code environment Tested on: - GitHub Codespaces (Ubuntu/Bookworm base) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Author
|
I've made also feat/pai-codespaces-adapter - The notification pack - but I've not tested that yet. |
Collaborator
|
Thank you for the Codespaces devcontainer config, @mrjcleaver! GitHub Codespaces support is a nice addition. We're holding off on this for now as v3.0 changed the dependency story significantly. If you'd like to update the devcontainer for v3.0's requirements, we'd be happy to review. Appreciate the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add .devcontainer configuration to enable one-click development environment setup in GitHub Codespaces.
(This was based on today's repo)
Components:
Features:
Benefits:
Tested on: