We wanted to build a Cardano Message Verification Frontend as open and inclusive as Cardano. A repository that is in the hands of the Cardano community and can be constantly evolved by it.
For this to be successful, the repository relies on your contributions, and the fact that you are reading this text probably means that you have something to contribute.
git clone https://github.com/cardano-foundation/verify-cardano-message-fe.git
cd cardano-signer-verification
npm install
Create at least once a production build (as this pulls missing files)
npm run build
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
npm run dev