Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 682 Bytes

DEPLOYMENT.md

File metadata and controls

28 lines (20 loc) · 682 Bytes

Quasar dedicated Frontend Overwatch App for LNBits

Before Starting Deploy

Keep sure that you have added the LNBits URL to match your server. Change them in all this files provided in the Screenshot.

Screenshot from 2024-11-30 06-03-16

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.