Prerequisites:
- NodeJS
- git
Step 1:
First make sure you have installed NodeJS,if not install it by downloading it from the following link
Download | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
nodejs.org
Step 2:
If you are on Windows, you need to install git ,install this from the following link:
Step 3:
Open a terminal window, in my case I am using a mac, if you are on windows open command prompt and execute the following commands
git clone https://github.com/Uniswap/uniswap-interface
cd uniswap-interface
npm install
npm start
Once all 4 of these commands are executed successfully you should see a new tab opened with the locally hosted uniswap ui.