https://github.com/smartdev1990/line-interface
https://github.com/smartdev1990/line-interface
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/line-interface
- Owner: SmartDev1990
- License: gpl-3.0
- Created: 2023-05-14T11:19:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T11:25:11.000Z (about 3 years ago)
- Last Synced: 2025-05-29T15:11:57.638Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://line-interface-web.vercel.app
- Size: 49.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 |