Skip to content

Commit 60701ca

Browse files
authored
Merge pull request #3 from weeklydevchat/feature/add-2025-03-25-post
Add 2025-03-25 post (GitHub Copilot Workspace)
2 parents da77f5b + b7aebfd commit 60701ca

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@ Requirements:
3333
posts/ # blog posts, organised anyway you like
3434
... # Other markdown pages, images and other files.
3535

36-
# Docker Guide
36+
## Docker Guide
3737

38-
To build and run the Docker container locally, follow these steps:
38+
If you want to develop using Docker run the following command:
3939

40-
1. Build the Docker image:
41-
```sh
42-
docker build -t weeklydevchat .
43-
```
40+
```sh
41+
docker compose up app
42+
```
4443

45-
2. Run the Docker container:
46-
```sh
47-
docker run -p 8000:8000 weeklydevchat
48-
```
49-
50-
The MkDocs site will be served on port 8000.
44+
This will bring the application up on port 8000 (e.g. http://localhost:8000). It should hot-reload any changes you make during development.
338 KB
Loading

docs/posts/2025/03/25/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Experiment with GitHub Copilot Workspace"
3+
date: 2025-03-25
4+
authors:
5+
- chris
6+
---
7+
8+
In this Weekly Dev Chat (March 25/2025) we will experiment with [GitHub Copliot Workspace](https://githubnext.com/projects/copilot-workspace). It's a feature that lets you create PRs using GitHub Copilot that will create new files, edit eixisting files, and the like. I'll share my screen and we can do some ~~pair programming~~ pair telling the AI what do.
9+
10+
Everyone and anyone are welcome to [join](../../../../join.md) as long as you are kind, supportive, and respectful of others.
11+
12+
[![alt text](github-copilot-logo.webp)](https://githubnext.com/projects/copilot-workspace)

0 commit comments

Comments
 (0)