An open API service indexing awesome lists of open source software.

https://github.com/smartdev1990/new-brise-ui


https://github.com/smartdev1990/new-brise-ui

Last synced: about 22 hours ago
JSON representation

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