This is a monorepo for the Simple Swap DAPP. It contains the following packages:
This monorepo uses rush to manage the packages. To install rush, run the following command:
# NPM
npm install -g @microsoft/rush
# PNPM (recommended)
pnpm install -g @microsoft/rush
Then, to install the packages, run the following command:
# Install NPM packages as needed
rush update
# Do a clean rebuild of everything
rush rebuild