the frontend for the translation validator, powered by Next.js.
npm install --legacy-peer-deps
npm run dev
open http://localhost:3000 with your browser to see the frontend.
note: to integrate the frontend with the backend server, please make sure RelayServer and ValidatorServer are both compiled and started successfully through 1) make build
2) make run_validator_server
and make run_relay
respectively in the project root directory.
npm run build