Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
"openFiles": [
"src/App.js"
]
}
},
"vscode": {
"extensions": [
"vsls-contrib.codetour"
]
}
},
"portsAttributes": {
"3000": {
Expand All @@ -24,3 +29,4 @@
},
"forwardPorts": [3000]
}

4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"start"
],
"skipFiles": [
"<node_internals>/**"
"<node_externals>/**"
]
}
]
}
}
26 changes: 26 additions & 0 deletions main.tour
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://aka.ms/codetour-schema",
"title": "Navigate your first Codespace",
"steps": [
{
"file": "App.js",
"line": 2,
"description": "Hey! 👋 You've opened your first GitHub Codespaces template. This template is written in React. To get familiar with the code, we'll ask you to edit it! But don't worry, we'll give you directions each step of the way\n\nClick the `Next` link below to keep learning 👇"
},
{
"file": "App.js",
"line": 9,
"description": "Our app says GitHub Codespaces loves React, but we know you love React, too! Update 9 line where it says `<p> GitHub Codespaces <span className='heart'>♥️</span> React </p>` to say `<p> @Your_username_here <span className='heart'>♥️</span> React </p>`!\n\nSave your changes and then click `Next` to move forward. ⬇️"
},
{
"file": "App.css",
"line": 11,
"description": "Great job at updating the words on your web app. Now let's update the background colors for this app. On line 11, the color is current `#282c34`, which is the color code for dark grey. Let's update it to `purple`. \n\nDon't forget to press save and check your updated changes in the browser! 💜"
},
{
"file": "App.js",
"line": 27,
"description": "Mission complete! You added code to you first GitHub Codespace. Feel free to continue expirementing!"
}
]
}