Setting up your project for GitHub Codespaces
You can configure GitHub Codespaces for the specific requirements of your project. Every time you create a codespace from your repository your working environment will have everything you need.
- Adding a dev container configuration to your repository
- Introduction to dev containers
- Setting up a Node.js project for GitHub Codespaces
- Setting up a C# (.NET) project for GitHub Codespaces
- Setting up a Java project for GitHub Codespaces
- Setting up a Python project for GitHub Codespaces
- Configuring dev containers
- Setting a minimum specification for codespace machines
- Adding features to a devcontainer.json file
- Automatically opening files in the codespaces for a repository
- Specifying recommended secrets for a repository
- Setting up your repository for GitHub Codespaces