summerfi-api
: Summerfi API
sdk
: Summerfi SDKeslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepo
pnpm i
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
To initialize submodules use:
git submodule update armada-protocol/contracts
If you want to restore submodules after folder is removed or something broke, delete the submodule
folder and run following script: ./bin/restore-git-submodule
.
Learn more about the power of Turborepo: