# `@project-serum/swap-ui` [![Build Status](https://travis-ci.com/project-serum/swap-ui.svg?branch=master)](https://travis-ci.com/project-serum/swap-ui) [![npm](https://img.shields.io/npm/v/@project-serum/swap-ui.svg)](https://www.npmjs.com/package/@project-serum/swap-ui) A reusable React component for swapping on the Serum DEX. The Solana program can be found [here](https://github.com/project-serum/swap). ## Developing #### Install dependencies ``` yarn ``` #### Build ``` yarn build ``` ## Run the example app For local development and educational purposes, a minimal React app is provided in the `example/` subdirectory. To run, change directories via `cd example/` and start the app. ### Start the app ``` yarn start ```