This repository is a PancakeSwap forked monorepo managed with yarn workspaces and Lerna.
- dsentr-uikit : React components used to build the DSentr UI
Clone the repository
git clone [email protected]:dsentr-glass/dsentr-toolkit.git
Run yarn at the root of the workspace.
Some packages may be very large and yarn will assume a network issue. Use yarn network-timeout 100000
if errors persist.
cd dsentr-toolkit
yarn
Then, refer to the readme of each project.