Skip to content

Commit

Permalink
fix typo in setup local guide
Browse files Browse the repository at this point in the history
  • Loading branch information
gugzkumar committed Jan 4, 2020
1 parent a0bf374 commit a84f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting-up-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ This guide is for you to have a working version of Cheet Sheet deployed to your

<details><summary>What just happened?</summary>

> We now have everything we need to run the app locally. By using docker compose, we set up two running containers, one for the UI, and the other for the API. You can now use the app just as if you were to us it on the internet. The API uses SAM Local and mounted volumes so if you make changes to the API code it will be reflected in real time. The UI uses Angular, Webpack and mounted volumes, so if you make changes to the UI code it will be reflected in real time on the browser.
> We now have everything we need to run the app locally. By using docker compose, we set up two running containers, one for the UI, and the other for the API. You can now use the app just as if you were to use it on the internet. The API uses SAM Local and mounted volumes so if you make changes to the API code it will be reflected in real time. The UI uses Angular, Webpack and mounted volumes, so if you make changes to the UI code it will be reflected in real time on the browser.
</details>

0 comments on commit a84f93c

Please sign in to comment.