devspace is a template repository for quickly setting up a development environment using GitHub Codespaces or Visual Studio Code Dev Containers.
- Click "Use this template" to create a new repository.
- Open the newly created repository in GitHub Codespaces using the "Code" button.
- Wait for the environment to initialize and set up.
- Clone the repository to your local machine:
git clone https://github.com/hedgehoglet/devspace.git cd devspace - Open the project in Visual Studio Code and choose "Reopen in Container" from the command palette or prompt.