Skip to content

Commit

Permalink
add github codespace instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 1, 2024
1 parent 159d5e4 commit a18e6d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ while True:

# Dev Container

Within this project we have added a `devcontainer.json` file allowing you to spin up a GitHub Codespace environment to seamless run this project.
Within this project we have added a `devcontainer.json` file allowing you to spin up a GitHub Codespaces environment to seamless run this project.

![Create GitHub Codespace](./assets/images/activate-codespace.png)

Once opened you'll have a Visual Studio Code environment deployed, and you can simply navigate to the `Debug` section to run the project. Please do not forget to add your own `.env` credentials so it properly connects to your Kerberos Vault and message broker.

![Open GitHub Codespace](./assets/images/run-codespace.png)
Binary file added assets/images/activate-codespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/run-codespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a18e6d6

Please sign in to comment.