This repository is the monorepo for the open-source lite version of KoffeeSwap.
-
Install Required software:
- Node.js 14.16.1
- Yarn
- Python 2.7
-
Clone repository, and set working directory to root of repository.
-
Install all dependencies using yarn:
yarn
-
Compile/build all workspaces:
yarn build:mainnet
-
Run the application locally:
yarn start
Build just the SDK:
yarn build:sdk
Build just the Exchange:
yarn build:exchange
Build both the SDK and the exchange:
yarn build:web