An open API service indexing awesome lists of open source software.

https://github.com/smartdev1990/rc-i


https://github.com/smartdev1990/rc-i

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TowerSwap Interface

This project contains the main features of the TowerSwap application.

If you want to contribute, please refer to the [contributing guidelines](./CONTRIBUTING.md) of this project.

## Documentation

- [Info](doc/Info.md)
- [Cypress tests](doc/Cypress.md)

## Quick Start

install dependencies using **yarn**

```sh
yarn
```

start the development server

```sh
yarn dev
```

build with production mode

```sh
yarn build

# start the application after build
yarn start
```