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.json
to add VS Code extensions or settings - Editing
.devcontainer/Dockerfile
to install additional packages - Updating
.devcontainer/docker-compose.yml
to add services like databases
This project is licensed under the MIT License - see the LICENSE file for details.