diff --git a/docs/README.md b/docs/README.md index bc255ba..5ccb0db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,8 +9,8 @@ I chose to start with the GitHub repos as they seemed a bit more straight forwar [waylonwalker.com](https://waylonwalker.com/) has his favorite repositories pinned to the top of the website. The information for these cards is dynamic and pulled in from the github api client side. This means that as the pages loads JavaScript will execute to pull information from GitHubs api, then transform that data into the DOM, and render it on the page. -

-Open Source cards as they look on waylonwalker.com +

+Open Source cards as they look on waylonwalker.com

> here is what the GitHub repo cards look like @@ -38,7 +38,16 @@ _optional_ To expedite development I went ahead and set up development environment in Digital Ocean. This step is optional, you can run everything from your local machine, or completely from GitHub actions. I felt like setting up an Ubuntu Droplet in Digital Ocean gave me a very close to production feel that I could quickly iterate on. This allowed me to get all of my tests working a bit quicker than just running them through GitHub, but being as similar as possible. This allowed me to learn the ins and outs of setting up TestProject without needing to do a full install every time GitHub actions ran. -[![Test Project Dev Machine setup notes card](https://waylonwalker.com/new-machine-tpio-rm.png)](https://waylonwalker.com/notes/new-machine-tpio) +

+ + Test Project Dev Machine setup notes card + +

> I am not going to go into full dev machine setup here, but you can read my [setup notes](https://waylonwalker.com/notes/new-machine-tpio). --- @@ -276,8 +285,9 @@ done Once the tests are running they will appear in the TestProject dashboard. There are a number of failures that happened early on in development of the tests, but once they started passing they continued to pass. -

+

My Dashboard for test_repos +