- clone the repository
git clone https://github.com/Nexis-Network/Nexis-Swap-
change working directory
cd Nexis-Swap cd sdk-core-nexis -
install sdk-core-nexis dependencies
yarn install yarn build yalc publish -
change working directory to interface now
cd .. cd interface yarn install -
If the above stuff fails run this
yalc add @uniswap/[email protected] yalc link @uniswap/[email protected] yarn lfg yarn install rm apps/web/src/graphql/data/__generated__/types-and-hooks.ts mv types-and-hooks.ts apps/web/src/graphql/data/__generated__/types-and-hooks.ts yarn web start
-
build
yarn build:production