/ln-vortex-gui

Primary LanguageTypeScriptMIT LicenseMIT

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.

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.