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: content/1-hour/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,21 @@
2
2
3
3
Built to be your AI pair programmer, [GitHub Copilot](https://github.com/features/copilot) helps you generate code and focus on what's important. Through the use of code completion you can create code from comments, and functions from just a signature. With Copilot chat you can ask questions about your codebase, create new files and update existing ones, and even perform operations which update files across your entire codebase.
4
4
5
-
As with any tool, there are a set of skills which need to be acquired, which is the purpose of this (roughly) one hour workshop. You'll explore the most common workloads available to you by updating an existing application.
5
+
As with any tool, there are a set of skills which need to be acquired, which is the purpose of this (roughly) one hour workshop. You'll explore the most common workloads available to you by exploring and updating an existing application to add functionality.
6
6
7
7
## Prerequisites
8
8
9
9
The application for the workshop uses is built primarily with Python (Flask and SQLAlchemy) and Astro (using Tailwind and Svelte). While experience with these frameworks and languages is helpful, you'll be using Copilot to help you understand the project and generate the code. As a result, as long as you are familiar with programming you'll be able to complete the exercises!
10
10
11
+
> [!NOTE]
12
+
> When in doubt, you can always highlight a block of code you're unfamiliar with and ask GitHub Copilot chat for an explanation!
13
+
11
14
## Required resources
12
15
13
16
To complete this workshop, you will need the following:
14
17
15
18
- A [GitHub account](https://github.com/join).
16
-
- Access to [GitHub Copilot](https://github.com/features/copilot) (which is available for free to individuals!)
19
+
- Access to [GitHub Copilot](https://github.com/features/copilot) (which is available for free for individuals!)
17
20
18
21
## Required local installation
19
22
@@ -38,7 +41,7 @@ You will also need the following available and installed locally:
38
41
39
42
Ready to get started? Let's go! The workshop scenario imagines you as a developer volunteering your time for a pet adoption center. You've been asked to add a filter to the website to allow people to limit their search results by breed and adoption status. You'll work over the next 5 exercises to perform the tasks!
40
43
41
-
0.[Clone the repository and start the app](./0-setup.md) for the workshop
44
+
0.[Clone the repository and start the app](./0-setup.md) for the workshop.
42
45
1.[Add an endpoint to the server](./1-add-endpoint.md) to list all breeds.
43
46
2.[Explore the project](./2-explore-project.md) to get a better understanding of what needs to be done.
44
47
3.[Create custom instructions](./3-copilot-instructions.md) to ensure Copilot chat has additional context.
0 commit comments