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

https://github.com/smartdev1990/line-interface


https://github.com/smartdev1990/line-interface

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🗼 TowerSwap Frontend

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)

> Install dependencies using **yarn**

## `apps/web`

How to start

```sh
yarn
```

start the development server
```sh
yarn dev
```

build with production mode
```sh
yarn build |