Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.43 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.43 KB

codecov

Summerfi monorepo

Structure

Apps

  • summerfi-api: Summerfi API

Packages

  • sdk: Summerfi SDK
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Commands

Install deps

pnpm i

Build

To build all apps and packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Submodules

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.

Useful Links

Learn more about the power of Turborepo: