Skip to content

Commit e2cef0b

Browse files
authored
Update sample-app.md
1 parent 2bb053e commit e2cef0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/sample-app.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ sidebar_position: 7
99
## Step 1
1010
Create a codespace from the main branch of [this](https://github.com/laravel-workflow/sample-app) repo.
1111

12-
<img src="https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png" alt="image" width="300">
12+
<img src="https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png" alt="image" width="300" />
1313

1414
## Step 2
1515
Wait for the codespace to build. This should take between 5 to 10 minutes.
1616

17-
<img src="https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png" alt="image" width="500">
17+
<img src="https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png" alt="image" width="500" />
1818

1919
## Step 3
2020
Once the codespace has been created. You will see the editor and the terminal at the bottom.
2121

22-
<img src="https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png" alt="image" width="400">
22+
<img src="https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png" alt="image" width="400" />
2323

2424
## Step 4
2525
Run the migrations to create the necessary database tables.
@@ -38,7 +38,7 @@ php artisan queue:work
3838
## Step 6
3939
Create a new terminal window.
4040

41-
<img src="https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png" alt="image" width="200">
41+
<img src="https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png" alt="image" width="200" />
4242

4343
## Step 7
4444
Start the example workflow inside the new terminal window.
@@ -50,11 +50,11 @@ php artisan app:workflow
5050
## Step 8
5151
You can view the waterline dashboard via the mapped port.
5252

53-
<img src="https://user-images.githubusercontent.com/1130888/233668485-b988e336-0462-4bbc-bb77-78c73df363b4.png" alt="image" width="500">
53+
<img src="https://user-images.githubusercontent.com/1130888/233668485-b988e336-0462-4bbc-bb77-78c73df363b4.png" alt="image" width="500" />
5454

5555
Add `/waterline/dashboard` to the URL e.g. `https://[your-codespace-name]-80.preview.app.github.dev/waterline/dashboard`
5656

57-
<img src="https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png" alt="image" width="600">
57+
<img src="https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png" alt="image" width="600" />
5858

5959
## Step 9
6060
Run the workflow and activity tests.

0 commit comments

Comments
 (0)