Skip to content

Commit

Permalink
Added architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaquette committed Nov 18, 2022
1 parent 36efbb6 commit 21ebc6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ To see a full demo on how to setup your DevContainer/Codespaces environment, che

To setup your own development environment from scratch or to install the dependendies locally, refer to the files [`.devcontainer/devcontainer.json`](https://github.com/HTBox/TwoWeeksReady/blob/main/.devcontainer/devcontainer.json) and [`.devcontainer/Dockerfile`](https://github.com/HTBox/TwoWeeksReady/blob/main/.devcontainer/devcontainer.json) to understand what tools are required.

## Solution Architecture

![Architecture of Two Weeks Ready](https://user-images.githubusercontent.com/2531875/168096742-0b29eee3-b3e1-4485-9d77-c095cb6a9f2e.png)


### Resources
- [Tutorial Video from @davidwesst][1]
- [Docker Desktop][2]
Expand All @@ -46,4 +51,4 @@ To setup your own development environment from scratch or to install the depende
[1]: https://www.youtube.com/watch?v=rYfsNBODfZc
[2]: https://www.docker.com/products/personal/
[3]: https://code.visualstudio.com/docs/remote/containers#_quick-start-try-a-development-container
[4]: https://code.visualstudio.com/docs/remote/codespaces
[4]: https://code.visualstudio.com/docs/remote/codespaces

0 comments on commit 21ebc6f

Please sign in to comment.