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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,31 @@ scarb build
104
104
snforge test
105
105
```
106
106
107
+
## 🐳 DevContainer Setup (Docker)
108
+
109
+
We provide a **Docker DevContainer** to simplify development and avoid local dependency issues.
110
+
111
+
### Prerequisites
112
+
-[Docker](https://docs.docker.com/get-docker/) installed and running
113
+
-[Visual Studio Code](https://code.visualstudio.com/) with the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
0 commit comments