# pancake-toolkit **Repository Path**: misujiatensorflow_admin/pancake-toolkit ## Basic Information - **Project Name**: pancake-toolkit - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2021-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.