Skip to content

Commit

Permalink
add codespace config
Browse files Browse the repository at this point in the history
  • Loading branch information
arilivigni authored Sep 16, 2024
1 parent 8bb61dc commit 9bea76c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"hostRequirements": {
"cpus": 4
},
"name": "OctoFit App codespace",
"postCreateCommand": "sudo cp --force ./.devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
"customizations": {
"vscode": {
"extensions": [
"github.copilot",
"github.copilot-chat",
"Phu1237.vs-browser"
]}
}
}
Binary file added .devcontainer/octofitappicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions .devcontainer/welcome-message.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
👋 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!
📝 If you would like to sign up for Copilot visit here: https://github.com/features/copilot#pricing
📃 GitHub Copilot documentation: https://docs.github.com/en/copilot
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

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

In this workshop,
In this workshop,

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.

Expand Down

0 comments on commit 9bea76c

Please sign in to comment.