This is DexKit open monorepo, shows how to use dexappbuilder viewer and how to build custom plugins for it.
DexKit open monorepo includes the following packages/apps:
docs
: docs on how to use dexkit ui and dexappbuilder viewer packages.dexapp
: A next js app running using dexappbuilder viewerplugins
: Plugins to be used inside dexappbuilder, there is an plugin Example showing the needed functions to be implementedeslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
This repo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
cd my-turborepo
yarn build
To develop all apps and packages, run the following command:
cd my-turborepo
yarn dev