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
|`validate`|`val`| Run validation on generated code |
148
148
|`images`| - | Download and process Figma assets |
149
149
150
-
### Option 2: Skill (Portable Embedded Workflow)
150
+
### Option 2: Docker
151
+
152
+
Best for portable environments without Node.js installation.
153
+
154
+
#### 1. Prerequisites
155
+
156
+
-[Docker](https://docs.docker.com/get-docker/)
157
+
-[Figma Personal Access Token](https://www.figma.com/developers/api#access-tokens)
158
+
- LLM API Key ([Anthropic](https://console.anthropic.com/) | [OpenAI](https://platform.openai.com/) | [Google](https://aistudio.google.com/))
159
+
160
+
> **For Windows Users:** The commands below use bash syntax (heredoc, `${PWD}`, `--network=host`, etc.) which are not compatible with CMD or PowerShell. Please use **WSL2** to run them:
161
+
>
162
+
> 1. Install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) and a Linux distribution (e.g. Ubuntu)
163
+
> 2. Install [Docker Desktop](https://docs.docker.com/desktop/install/windows-install/) and enable **WSL2 integration** in Settings → Resources → WSL Integration
164
+
> 3. Open a WSL2 terminal (run `wsl` in CMD/PowerShell, or open Ubuntu from the Start menu)
165
+
> 4. Run all the following commands inside the WSL2 terminal
0 commit comments