After cloning, install dependencies by running yarn. Update submodules:
git submodule update --init --recursive- Run
ipfslocally:
ipfs init
ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
ipfs daemon- Add value to the
CHANNEL_PKin the config yarn start:dev
- Add value to the
WEB3AUTH_CLIENT_IDin the consts - Run
yarn build - Run
yarn start