Skip to content

Bloceducare/web3-Lagos-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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