diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..b6c8e0b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" + ]} + } +} \ No newline at end of file diff --git a/.devcontainer/octofitappicon.png b/.devcontainer/octofitappicon.png new file mode 100644 index 0000000..6f56db1 Binary files /dev/null and b/.devcontainer/octofitappicon.png differ diff --git a/.devcontainer/welcome-message.txt b/.devcontainer/welcome-message.txt new file mode 100644 index 0000000..afbcdd7 --- /dev/null +++ b/.devcontainer/welcome-message.txt @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 80885f4..ad3cd3d 100644 --- a/README.md +++ b/README.md @@ -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.