Skip to content

Commit 0c16e3c

Browse files
ericmigiclaude
andcommitted
Improve Cloud IDE documentation with step-by-step screenshots
- Add 4 numbered screenshots showing Codespaces setup process - Update cloud.md with clearer instructions and Dev Connect steps - Fix grammar in SDK index.md ("Or try" instead of "or") - Enhance onboarding messaging for Cloud IDE 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cc9cf89 commit 0c16e3c

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed
436 KB
Loading
445 KB
Loading
385 KB
Loading
453 KB
Loading

source/sdk/cloud.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ scripts:
99
- sdk/index
1010
---
1111

12+
This is the fastest way to get started building Pebble apps and watchfaces! Seriously. Press the button and in 1 minute you'll be up and running.
13+
1214
## Get started
1315

14-
You can develop Pebble apps using a browser-based version of VS Code with the Pebble SDK pre-installed.
16+
Develop Pebble apps using a browser-based version of VS Code with the Pebble SDK pre-installed.
1517

1618
Press to launch a cloud development environment:
1719

@@ -21,9 +23,24 @@ To resume your Codespace later, visit [cloud.repebble.com](https://cloud.repebbl
2123

2224
## Usage
2325

24-
Your Codespace will launch into an example project with the C file already open. Press the button at the top right of the C file called "Run on Emulator." It will take a minute for this button to appear.
26+
Your Codespace will launch into an example project with the C file already open.
27+
28+
**Step 1**
29+
![Codespaces Step 1](/images/sdk/codespaces1.png)
30+
**Step 2**
31+
![Codespaces Step 2](/images/sdk/codespaces2.png)
32+
**Step 3**
33+
![Codespaces Step 3](/images/sdk/codespaces3.png)
34+
**Step 4**
35+
![Codespaces Step 4](/images/sdk/codespaces4.png)
36+
37+
Copy an example or write your own app, then click Emulator on the left to rebuild. When you're ready to install the app on your watch, grab the new Pebble mobile app (install at [rePebble.com/app](https://repebble.com/app)) -> go to Devices -> tap 3 dots -> Enable Dev Connect -> Sign into GitHub. Then back on your computer, click Run -> Phone. That's it!
38+
39+
40+
#### Learn more
2541

26-
Once you're ready to create your own Pebble app, press the smartwatch icon on the left sidebar of VS Code and select **New Project**.
42+
The best way to learn is by checking out our examples apps: [weather](https://github.com/pebble-examples/pebblekit-js-weather/), [simple game](https://github.com/pebble-hacks/pandas-and-bananas/), [concentricity watchface](https://github.com/pebble-examples/concentricity/), and [many more](/examples)! Or try [tutorials](/tutorials/) for a step-by-step guide on how
43+
to write a simple C Pebble application.
2744

2845
#### Save to GitHub
2946

source/sdk/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ pebble install --cloudpebble
108108

109109
#### Learn more
110110

111-
The best way to learn is by checking out our examples apps: [weather](https://github.com/pebble-examples/pebblekit-js-weather/), [simple game](https://github.com/pebble-hacks/pandas-and-bananas/), [concentricity watchface](https://github.com/pebble-examples/concentricity/), and [many more](/examples)!
112-
or [Tutorials](/tutorials/) for a step-by-step guide on how
111+
The best way to learn is by checking out our examples apps: [weather](https://github.com/pebble-examples/pebblekit-js-weather/), [simple game](https://github.com/pebble-hacks/pandas-and-bananas/), [concentricity watchface](https://github.com/pebble-examples/concentricity/), and [many more](/examples)! Or try [tutorials](/tutorials/) for a step-by-step guide on how
113112
to write a simple C Pebble application.
114113

115114
### Installation Problems?

0 commit comments

Comments
 (0)