https://github.com/smartdev1990/towerswap-interface
https://github.com/smartdev1990/towerswap-interface
defi dex exchange multichain
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/towerswap-interface
- Owner: SmartDev1990
- License: gpl-3.0
- Created: 2022-12-21T15:36:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T18:44:00.000Z (about 2 years ago)
- Last Synced: 2025-02-23T20:38:57.946Z (over 1 year ago)
- Topics: defi, dex, exchange, multichain
- Language: TypeScript
- Homepage: https://towerswap.finance
- Size: 78.6 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 |