Skip to content

Switcheo/zilswap-webapp

Repository files navigation

ZilSwap Webapp

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.

Development

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

Deployment

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.

Contributing

View our contribution guidelines before making a pull request.