Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 621 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 621 Bytes

LaWallet Front

LaWallet front is the webapp that provides the UI for LaWallet Stack

Stack

Getting Started

Set NodeJS version

nvm use

Install dependencies

pnpm install

Set environment variables

cp .env.example .env

Start the development server

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Documentation

This project complies with LaWallet.io backend interface.