https://github.com/superdev093/pancakeswap-uikit-0.27.1
https://github.com/superdev093/pancakeswap-uikit-0.27.1
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superdev093/pancakeswap-uikit-0.27.1
- Owner: superdev093
- Created: 2022-02-01T18:26:17.000Z (over 4 years ago)
- Default Branch: v0.27.1
- Last Pushed: 2022-02-01T18:30:38.000Z (over 4 years ago)
- Last Synced: 2025-06-20T00:15:06.479Z (12 months ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pancake Toolkit
This repository is a monorepo manage with [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) and [Lerna](https://lerna.js.org/).
## Packages
- [pancake-uikit](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit) : React components used to build the Pancake UI
- [eslint-config-pancake](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/eslint-config-pancake) : An ESLint config for pancake, with Typescript and Prettier support
## How to use
Clone the repository
```
git clone git@github.com:pancakeswap/pancake-toolkit.git
```
Run yarn at the root of the workspace
```
cd pancake-toolkit
yarn
```
Then, refer to the readme of each project.