Web3 Lagos Conference Repository How to Run the App Development yarn dev # or pnpm dev Production Build yarn build # or pnpm build Run Production Build yarn start # or pnpm start How to Run the Docker Image Development docker-compose up --build --force-recreate