@@ -158,35 +158,22 @@ The workbench has three different views. You can switch between them depending o
158158 </Tab >
159159</Tabs >
160160
161- ## Key Features
161+ ## How to Build an App
162162
163- <BadgeGroup >
164- <Badge variant = " secondary" >Real-time Preview</Badge >
165- <Badge variant = " secondary" >Device Simulation</Badge >
166- <Badge variant = " secondary" >Code Intelligence</Badge >
167- <Badge variant = " secondary" >Git Integration</Badge >
168- <Badge variant = " secondary" >Terminal Access</Badge >
169- <Badge variant = " secondary" >Change Tracking</Badge >
170- </BadgeGroup >
171-
172- ### Development Workflow
173-
174- The workbench supports your complete development cycle:
163+ Here's how you use the workbench to build something:
175164
176165<Steps >
177- <Step title = " Code Your Application" >
178- Use the powerful code editor with syntax highlighting, auto-completion, and intelligent suggestions to write clean,
179- efficient code.
166+ <Step title = " Write Your Code" >
167+ Use the code view to write your app. The editor helps you with colors and suggestions.
180168 </Step >
181- <Step title = " Test Across Devices" >
182- Switch to preview mode to see your application on different devices and screen sizes, ensuring it works perfectly
183- everywhere.
169+ <Step title = " Test It" >
170+ Switch to preview view to see your app running. Try it on different devices to make sure it looks good everywhere.
184171 </Step >
185- <Step title = " Review Changes" >
186- Use the diff view to understand what has changed, review modifications, and ensure code quality before committing .
172+ <Step title = " Check Your Changes" >
173+ Use the changes view to see what you modified. Make sure everything looks right before saving .
187174 </Step >
188- <Step title = " Deploy & Share" >
189- Use built-in deployment tools to push your code to GitHub, deploy to hosting platforms, or share with team members .
175+ <Step title = " Share It " >
176+ Save your work to GitHub and deploy it so others can use your app .
190177 </Step >
191178</Steps >
192179
0 commit comments