You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,19 @@ The described process is automated in one of the ways below (it allow to install
144
144
-**Also coming soon:** Create virtual machines in AWS.
145
145
146
146
147
-
148
147
## How to Start Working with the Code
149
148
150
-
Please have a look at [Dev Setup](docs/source/setup-dev.md)
149
+
The preferred method of setting up the development environment is to use the **devcontainers**.
150
+
All configuration files for VSCode and [Gitpod](https://gitpod.io) are already placed in this repository.
151
+
If you are new to the concept of devcontainers in combination with VSCode [here](https://code.visualstudio.com/docs/remote/containers) is a good article about it.
152
+
153
+
Simply clone this repository and VSCode will most likely ask you to open it in the devcontainer, if you have the correct extension("ms-vscode-remote.remote-containers") installed.
154
+
If VSCode didn't ask to open it, open the command palette and use the `Remote-Containers: Rebuild and Reopen in Container` command.
155
+
156
+
If you want to use Gitpod simply use this [link](https://gitpod.io/#https://github.com/hyperledger/indy-node/tree/main)
157
+
or if you want to work with your fork, prefix the entire URL of your branch with `gitpod.io/#` so that it looks like `https://gitpod.io/#https://github.com/hyperledger/indy-node/tree/main`.
158
+
159
+
**Note**: Be aware that the config files for Gitpod and VSCode are currently only used in the `main` branch!
0 commit comments