Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 620 Bytes

Simple Swap DAPP MonoRepo

This is a monorepo for the Simple Swap DAPP. It contains the following packages:

Installation

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