@@ -14,24 +14,18 @@ Create a codespace from the main branch of [this](https://github.com/laravel-wor
1414
1515<img src =" https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png " alt =" image " width =" 300 " />
1616
17- <br />
18-
1917** Step 2**
2018
2119Wait for the codespace to build. This should take between 5 to 10 minutes.
2220
2321<img src =" https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png " alt =" image " width =" 500 " />
2422
25- <br />
26-
2723** Step 3**
2824
2925Once the codespace has been created. You will see the editor and the terminal at the bottom.
3026
3127<img src =" https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png " alt =" image " width =" 400 " />
3228
33- <br />
34-
3529** Step 4**
3630
3731Run the migrations to create the necessary database tables.
@@ -40,8 +34,6 @@ Run the migrations to create the necessary database tables.
4034php artisan migrate
4135```
4236
43- <br />
44-
4537** Step 5**
4638
4739Start the queue worker. This will enable the processing of workflows and activities.
@@ -50,16 +42,12 @@ Start the queue worker. This will enable the processing of workflows and activit
5042php artisan queue:work
5143```
5244
53- <br />
54-
5545** Step 6**
5646
5747Create a new terminal window.
5848
5949<img src =" https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png " alt =" image " width =" 200 " />
6050
61- <br />
62-
6351** Step 7**
6452
6553Start the example workflow inside the new terminal window.
@@ -68,8 +56,6 @@ Start the example workflow inside the new terminal window.
6856php artisan app:workflow
6957```
7058
71- <br />
72-
7359** Step 8**
7460
7561You can view the waterline dashboard via the mapped port.
@@ -80,8 +66,6 @@ Add `/waterline/dashboard` to the URL e.g. `https://[your-codespace-name]-80.pre
8066
8167<img src =" https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png " alt =" image " width =" 600 " />
8268
83- <br />
84-
8569** Step 9**
8670
8771Run the workflow and activity tests.
0 commit comments