Skip to content

Commit 9bea76c

Browse files
authored
add codespace config
1 parent 8bb61dc commit 9bea76c

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"hostRequirements": {
4+
"cpus": 4
5+
},
6+
"name": "OctoFit App codespace",
7+
"postCreateCommand": "sudo cp --force ./.devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"github.copilot",
12+
"github.copilot-chat",
13+
"Phu1237.vs-browser"
14+
]}
15+
}
16+
}

.devcontainer/octofitappicon.png

35.7 KB
Loading

.devcontainer/welcome-message.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
👋 Welcome to building a full stack fitness application with GitHub Copilot! We are thrilled that you are here and we hope you are excited to explore the capabilities of Copilot!
2+
📝 If you would like to sign up for Copilot visit here: https://github.com/features/copilot#pricing
3+
📃 GitHub Copilot documentation: https://docs.github.com/en/copilot

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
![Story of Fitness application](images/cover.jpg)
44

5-
Welcome to a custom Copilot workshop prepared by **GitHub’s Expert Service team**!
5+
Welcome to a custom Copilot workshop prepared by **GitHub’s Expert Service team**!
66

7-
In this workshop,
7+
In this workshop,
88

99
Because this workshop involves several technology stacks, it is essential that you need to meet prerequisites as outlined from Before getting started if you want to follow along. Otherwise, you can always listen to what GitHub Expert Service team's instructor demo to see how it works in practice.
1010

0 commit comments

Comments
 (0)