From d97557a6e24662734d88a7273725a587dbba0c8d Mon Sep 17 00:00:00 2001 From: Howard Yoo <32691630+howardyoo@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:51:31 -0500 Subject: [PATCH] Update README.md Updated the readme to switch orders between codespaces and gitpod. We would like to prefer using codespaces for easier experience. --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 25f10d1..1d89198 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ To run this app, you can use GitPod or Codespaces. Once you run the application, you can send traces to Honeycomb. Then you can practice improving the instrumentation for better observability. +### GitHub Codespaces setup + +Open the repository on GitHub. Open the `<> Code` dropdown down menu. + +Select the `Codespaces` tab. Create a codespace on main. ### GitPod setup @@ -31,14 +36,6 @@ Confirm the workspace creation. You can work in the browser with VS Code Browser Once you are in the code editor, run `docker compose up` in the code editor's terminal. To stop running the application, run `ctrl+c`. Then run `docker compose down` to remove the container. - -### Codespaces setup - -Open the repository on GitHub. Open the `<> Code` dropdown down menu. - -Select the `Codespaces` tab. Create a codespace on main. - - ### Local development setup You also have the option to run this application locally.