This repository serves as a default generic GitHub Codespace template.
- Base image: Ubuntu 24.04
- Pre-installed development tools
- VS Code extensions for productivity
- Configured with sensible defaults
- Click "Code" button on the GitHub repository
- Select "Create codespace on main"
- Wait for the environment to build
- Start coding!
You can customize this environment by:
- Modifying
.devcontainer/devcontainer.jsonto add VS Code extensions or settings - Editing
.devcontainer/Dockerfileto install additional packages - Updating
.devcontainer/docker-compose.ymlto add services like databases
This project is licensed under the MIT License - see the LICENSE file for details.