# pancake-frontend
**Repository Path**: troubledot/pancake-frontend
## Basic Information
- **Project Name**: pancake-frontend
- **Description**: :pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-01-03
- **Last Updated**: 2023-05-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 🥞 Pancake Frontend
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)
> 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
# start the application after build
yarn start
```
## `apps/aptos`
How to start
```sh
yarn dev:aptos
```
```sh
yarn turbo run build --filter=aptos-web
```
## Packages
| Package | Description |
|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| [sdk](/packages/swap-sdk) | An SDK for building applications on top of Pancakeswap |
| [aptos-swap-sdk](/packages/aptos-swap-sdk) | Aptos version of Swap SDK |
| [swap-sdk-core](/packages/swap-sdk-core) | Swap SDK Shared code |
| [wagmi](/packages/wagmi) | Extension for [wagmi](https://github.com/wagmi-dev/wagmi), including bsc chain and binance wallet connector |
| [awgmi](/packages/awgmi) | connect to Aptos with similar wagmi React hooks. |