Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated the readme to switch orders between codespaces and gitpod. We would like to prefer using codespaces for easier experience.
  • Loading branch information
howardyoo authored Jul 15, 2024
1 parent 29b3139 commit d97557a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit d97557a

Please sign in to comment.