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
Copy file name to clipboardExpand all lines: docs/01-introduction.md
-66Lines changed: 0 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,72 +47,6 @@ To start the app, complete the following steps:
47
47
48
48
4. Open your browser to http://localhost:3000. You should see the Memes-R-Us website!
49
49
50
-
51
-
52
-
## 🐳 Your first change
53
-
54
-
**CHANGE REQUEST INCOMING!** We need to update the website to use a different title, image, and colors. Fortunately, it is up to you to determine what title, image, and colors to use.
55
-
56
-
Let's get to it! 🏃
57
-
58
-
### Updating the title
59
-
60
-
1. Open the `src/index.js` file in the VS Code editor.
61
-
62
-
2. Find the line that looks like the following:
63
-
64
-
```javascript
65
-
message: "Whalecome to Docker!",
66
-
```
67
-
68
-
This line is specifying the message to be displayed on the website. Since it's something we need to update, let's update it!
69
-
70
-
3. Update the message to whatever you'd like. For example, this would change the message to "Good day to you!":
71
-
72
-
```javascript
73
-
message: "Good day to you!",
74
-
```
75
-
76
-
Make sure you keep the surrounding `"` marks and the comma at the end.
77
-
78
-
4. Go back to your website (http://localhost:3000) and refresh the page. Validate the change worked. Hooray! 🎉
79
-
80
-
### Updating the image
81
-
82
-
1. Now, find the following line in the `src/index.js` file:
0 commit comments