This guide will help you get started with the Roblogic Codespace Template by forking the repository and loading the .devcontainer/devcontainer.json
configuration into your GitHub Codespace.
- A GitHub account
- Access to GitHub Codespaces (may require a subscription or waiting for the beta access)
- Visit the Roblogic Codespace Template repository at https://github.com/genome21/roblogic-codespace-template
- Click the "Fork" button in the top right corner of the repository page.
- Select your GitHub account (or organization) as the destination for the fork.
Now you have your own fork of the repository under your GitHub account.
- Go to the main page of your forked repository.
- Click the "Code" button with a green icon in the top right corner of the repository page.
- In the dropdown menu, select "Open with Codespaces" and click the "+ New codespace" button.
GitHub will start creating a new Codespace for your repository, using the configuration specified in the .devcontainer/devcontainer.json
file. This process might take a few minutes.
Once the Codespace is created and loaded, the configuration from the .devcontainer/devcontainer.json
file will be automatically applied to the environment. This includes the Docker image, extensions, and settings specified in the configuration file.
You can now start working with your forked repository in the Codespace environment, which is set up according to the configurations provided in the devcontainer.json
file.
You have successfully forked the Roblogic Codespace Template repository and loaded the .devcontainer/devcontainer.json
configuration into your GitHub Codespace. You can now start working on the project using the pre-configured environment. This setup will help you maintain a consistent development environment across your team and simplify the onboarding process for new team members.