PlantSwap UIkit is a set of React components and hooks used to build pages on PlantSwap's apps. It also contains a theme file for dark and light mode.
This repository is a monorepo manage with yarn workspaces and Lerna.
- plantswapfinance-uikit : React components used to build the PlantSwap UI
- eslint-config-plantswap : An ESLint config for PlantSwap, with Typescript and Prettier support
Clone the repository
git clone [email protected]:plantswapfinance/plantswapfinance-toolkit.git
Run yarn at the root of the workspace
cd plantswapfinance-toolkit
yarn
Then, refer to the readme of each project.