Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 305 Bytes

Smart Vault Dashboard

This is the React frontend application for The Standard Smart Vaults project.

Setup

Install the project dependencies:

npm install

Edit the example env file, and rename it to .env in the root of the project.

Start the application:

npm run dev