https://github.com/smartdev1990/rb-i
https://github.com/smartdev1990/rb-i
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/rb-i
- Owner: SmartDev1990
- License: gpl-3.0
- Created: 2023-03-04T09:29:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T21:55:48.000Z (over 3 years ago)
- Last Synced: 2025-02-23T20:38:57.895Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://rb-i.vercel.app
- Size: 46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```