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
<Info>For this guide to work, the VSCode Docker extension is required.</Info>
161
+
## VS Code (or Cursor) + Docker
162
+
<Info>For this guide to work, the [VS Code Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) extension is required.</Info>
163
163
<Tip>In air-gapped environments, you might consider building the container on an internet-connected computer, exporting the image using docker save, transferring it with docker load in the air-gapped environment, and then using the run configuration.</Tip>
164
164
165
-
In cases where you want to develop Keep but are unable to run it directly on your local laptop (e.g., with Windows), or if you lack access to all of its dependencies (e.g., in air-gapped environments), you can still accomplish this using VSCode and Docker.
165
+
In cases where you want to develop Keep but are unable to run it directly on your local laptop (e.g., with Windows), or if you lack access to all of its dependencies (e.g., in air-gapped environments), you can still accomplish this using VS Code (or Cursor) and Docker.
166
166
167
167
To achieve this, follow these steps:
168
168
169
-
1. Clone Keep and open it with VSCode
169
+
1. Clone Keep and open it with VS Code (or Cursor)
170
170
2. Create a tasks.json file to build and run the Keep API and Keep UI containers.
171
171
3. Create a launch.json configuration to start the containers and attach a debugger to them.
172
172
4. Profit.
173
173
174
174
175
-
### Clone Keep and open it with VSCode
175
+
### Clone Keep and open it with VS Code (or Cursor)
176
176
```
177
177
git clone https://github.com/keephq/keep.git && cd keep
0 commit comments