Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 230 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 230 Bytes

DogeSwap

Run the app locally (port 9000)

yarn
yarn dev

Run the app in production

export NODE_ENV=production
yarn
yarn build
node packages/interface/dist/server/server.js -c <CHAIN ID> -p <PORT>