This repository contains the UI code for the ZilSwap dApp.
The webapp is hosted on canonical url: https://zilswap.io. IFPS hosting is coming soon.
The ZilSwap webapp is built using React. Simply install Node.js and node package dependencies to begin.
yarn install
yarn start
The webapp will be running on http://localhost:3000 by default
Pushing code to staging / master deploys to staging and prod respectively.
Please ensure to check that your code passes the linter with no warnings by running yarn lint
before deploying. You will need to have eslint installed: npm i -g eslint
.
View our contribution guidelines before making a pull request.