lapp-template icon indicating copy to clipboard operation
lapp-template copied to clipboard

A simple project template to build your ⚡ Lightning Apps on. Authentication, WebLN, QR-Code fallbacks and more!

Results 4 lapp-template issues
Sort by recently updated
recently updated
newest added

We need a NextJS example that uses pages/api (not a custom server). I’ve been working on this for weeks and can’t get it to work

On a fresh clone, authentication seems broken. Alby prompts to authenticate, however displays an error on attempt. ![image](https://user-images.githubusercontent.com/303321/196055364-87ca1e2a-0e09-41d9-a765-90221cb97535.png)

This PR adds dotenv to allow .env files to be read on local environments, closing issue #2 .

The codebase is setup to expect env vars from hosting services, not from local development environments. Adding **dotenv** package and required config statement rectifies this issue.