This repository is a monorepo manage with yarn workspaces and Lerna.
- singledog-uikit : React components used to build the Singledog UI
- eslint-config-singledog : An ESLint config for singledog, with Typescript and Prettier support
Clone the repository
git clone git@github.com:singledogswap/singledog-toolkit.git
Run yarn at the root of the workspace
cd singledog-toolkit
yarn
Then, refer to the readme of each project.