Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

decentralized-identity/universal-resolver-frontend

Open more actions menu

Repository files navigation

Frontend for DIF Universal Resolver

See https://github.com/decentralized-identity/universal-resolver/

Running the Frontend for the Universal Resolver

Prepare

Install all dependencies

npm install

Running in Dev

Following command will run the frontend on your local machine at http://localhost:7081/

npm run dev

Running in Prod

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 universalresolver/universal-resolver-frontend 
docker run -it -p 7081:7081 -e BACKEND_URL="http://localhost:8080" universalresolver/universal-resolver-frontend

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.