See https://github.com/decentralized-identity/universal-registrar/
Install all dependencies
npm install
Following command will run the frontend on your local machine at http://localhost:7082/
npm run dev
Production build and creating & runnig a docker container. The frontend will be accessible at http://localhost:80/
npm run build
docker build -f ./docker/Dockerfile . -t universalregistrar/universal-registrar-frontend
docker run -p 80:80 universalregistrar/universal-registrar-frontend