Skip to content

Commit

Permalink
Add info for VSCode Devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
rvarun11 authored Feb 15, 2023
1 parent c9acf9c commit 9caec88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Guide/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,14 @@ nix.settings.trusted-users = [ "root" "USERNAME_HERE" ];

[See the documentation for `nix.settings.trusted-users` to learn more about what this is doing](https://search.nixos.org/options?show=nix.settings.trusted-users&query=nix.settings.trusted-users).

#### GitHub Codespaces
#### GitHub Codespaces / VSCode Devcontainers

To get started with IHP on [GitHub Codespaces](https://docs.github.com/en/codespaces/getting-started/quickstart), simply use the [Codespaces IHP Template](https://github.com/rvarun11/codespaces-ihp) to create a new GitHub repo. On the first start up, a new IHP boilerplate will be generated for you which you can commit.
To get started with IHP on [GitHub Codespaces](https://docs.github.com/en/codespaces/getting-started/quickstart), simply use the [Codespaces IHP Template](https://github.com/rvarun11/codespaces-ihp) to create a new GitHub repo. On the first start up, a new IHP boilerplate will be generated which you can commit.

To try it out before making your own repo, you can simply start a Codespace from the template itself.

If you have Docker installed locally, then you can use this configuration to work with [VSCode Devcontainers](https://code.visualstudio.com/docs/devcontainers/containers) as well.

#### GitPod

If you use GitPod for Development in the Cloud, [you can use IHP GitPod Template](https://github.com/gitpod-io/template-ihp/generate).
Expand Down

0 comments on commit 9caec88

Please sign in to comment.