How to self host Uniswap interface

Prerequisites:

  • NodeJS
  • git

Step 1:

First make sure you have installed NodeJS,if not install it by downloading it from the following link

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.

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store