Skip to content

OasisDEX/summerfi-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: