This is a new application designed to show the public profile of any user on the Verida network
yarn install
or
npm install
yarn build
or
npm run build
yarn serve
or
npm run serve
Deployment to https://explorer.verida.network/ happens automatically on merge to main
. See https://us-east-2.console.aws.amazon.com/amplify/home?region=us-east-2#/
Releases are automically tagged and built on pushes to main
using a github action. Version numbers used for the tags generated automatically by increasing the patch number by one.