https://github.com/smartdev1990/new-brise-ui
https://github.com/smartdev1990/new-brise-ui
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/new-brise-ui
- Owner: SmartDev1990
- License: gpl-3.0
- Created: 2023-03-15T23:03:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T19:50:44.000Z (over 3 years ago)
- Last Synced: 2025-02-23T20:38:57.107Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://new-brise-ui.vercel.app
- Size: 45.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🥞 Rice SWap
This project contains the main features of the pancake 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
```