Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 344 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 344 Bytes

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