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

https://github.com/vulpemventures/taxi-web

Liquid Taxi Web UI to make Liquid Fees topups
https://github.com/vulpemventures/taxi-web

Last synced: 12 months ago
JSON representation

Liquid Taxi Web UI to make Liquid Fees topups

Awesome Lists containing this project

README

          

# 🚕 Liquid.taxi
Transfer Liquid assets without holding Liquid Bitcoins

![Image of Liquid Taxi](https://raw.githubusercontent.com/vulpemventures/liquid.taxi/master/src/images/taxi-social.jpg)

# Development

* Install deps

```sh
$ yarn
```

* Serve

```sh
$ yarn serve
```

* Lint

```sh
$ yarn lint
```

# Bundle for production

```sh
$ yarn bundle
```

# Deploy Github Pages

```sh
$ yarn deploy
```