Skip to content

cardugarte/lawallet-web

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • JavaScript 0.8%