diff options
| author | Jacky Zhao <[email protected]> | 2020-05-28 23:52:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-28 23:52:06 -0700 |
| commit | 3e662d813e293670bc9502a90346df94b4d4a678 (patch) | |
| tree | f00484a0e34855b594fdb4d658a31f1bd92701b5 /README.md | |
| parent | Merge pull request #43 from jackyzha0/markdown (diff) | |
| parent | update readme (diff) | |
| download | ctrl-v-3e662d813e293670bc9502a90346df94b4d4a678.tar.xz ctrl-v-3e662d813e293670bc9502a90346df94b4d4a678.zip | |
Merge pull request #44 from jackyzha0/markdown-improvement
made markdown render less bad
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -3,9 +3,10 @@ Frontend is in React and backend is in Go. - - - + + + + ## developing when doing local backend development, make sure you change the backend address to be localhost. You can find this on Line 4 of `frontend/src/helpers/httpHelper.js` |