8000 GitHub - verida/vault-web: Verida Vault web app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

verida/vault-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verida Vault

This is a Next.js application.

Getting Started

First, set the environment variables:

cp .env.example .env.local

Then edit the values and set the required variables. Look at the .env.example file for more information.

Install the dependencies:

yarn install

Run the development server:

yarn run dev

The application will be available at http://localhost:3000

0