Commit cb8f2d2d authored by Hayden Adams's avatar Hayden Adams Committed by GitHub

Update README.md

parent 31499ee2
...@@ -22,7 +22,7 @@ This an an open source interface for Uniswap - a protocol for decentralized exch ...@@ -22,7 +22,7 @@ This an an open source interface for Uniswap - a protocol for decentralized exch
For more information on running a local server see [https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server). This simple approach has one downside: refreshing the page will give a `404` because of how React handles client-side routing. To fix this issue, consider running `serve -s` courtesy of the [serve](https://github.com/zeit/serve) package. For more information on running a local server see [https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/set_up_a_local_testing_server). This simple approach has one downside: refreshing the page will give a `404` because of how React handles client-side routing. To fix this issue, consider running `serve -s` courtesy of the [serve](https://github.com/zeit/serve) package.
## Development Uniswap Locally ## Develop Uniswap Locally
### Install Dependencies ### Install Dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment