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
You can also build the client from source, steps are as follows:
156
+
You can build the client from source using either a devcontainer (recommended) or a local setup.
157
157
158
-
### Prerequisites
158
+
### Option 1: Using DevContainer (Recommended)
159
+
160
+
This project includes a devcontainer configuration that provides a consistent build environment with all dependencies pre-installed.
161
+
162
+
#### Prerequisites
163
+
164
+
-[Docker](https://docs.docker.com/get-docker/)
165
+
-[VS Code](https://code.visualstudio.com/) with [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) (optional, for IDE support)
0 commit comments