Skip to content

ln-vortex/ln-vortex-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fcdd71 · Nov 9, 2022
Sep 28, 2022
Jun 27, 2022
Oct 5, 2022
Oct 4, 2022
Oct 5, 2022
Sep 23, 2022
Oct 5, 2022
Nov 9, 2022
May 29, 2022
Sep 22, 2022
Sep 23, 2022
May 16, 2022
Jun 21, 2022
May 16, 2022
Sep 22, 2022
May 16, 2022
Oct 13, 2022
Jun 21, 2022
Sep 19, 2022
Jun 21, 2022
Sep 19, 2022

Repository files navigation

ln-vortex-gui ln-vortex-gui


home screen

GUI for interacting with the LnVortex client.

Local Development

Configuration

Install node version 18.x.

Copy the .env.sample file to .env.local and update the values.

Install

Install all the dependencies:

yarn install

Run

Run the app in development mode:

yarn dev

Or run an optimized production build:

yarn build
yarn start

Open http://localhost:3000/ to see the app.