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
- Host: GitHub
- URL: https://github.com/vulpemventures/taxi-web
- Owner: vulpemventures
- License: mit
- Created: 2020-07-08T16:14:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T15:53:52.000Z (over 2 years ago)
- Last Synced: 2025-06-30T15:57:03.109Z (12 months ago)
- Language: TypeScript
- Homepage: https://vulpemventures.github.io/taxi-web
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚕 Liquid.taxi
Transfer Liquid assets without holding Liquid Bitcoins

# 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
```