Macaron Toolkit
This repository is a monorepo manage with yarn workspaces and Lerna.
Packages
- macaron-uikit : React components used to build the Macaron UI
- eslint-config-macaron : An ESLint config for macaron, with Typescript and Prettier support
How to use
Clone the repository
git clone git@github.com:macaronswap/macaron-toolkit.git
Run yarn at the root of the workspace
cd macaron-toolkit
yarn
Then, refer to the readme of each project.
For publish new version of uikit
yarn run build
yarn publish