This repository is cloned from lnurl-auth repo by theGrape1337
Go to server directory
cd server
Install all the dependencies defined in the package.json file
npm install
Start the server
npm start
Go to client directory
cd client
Copy .env.example file and rename to .env, then fill the values.
cp .env.example .env
Install all the dependencies defined in the package.json file
npm install
Start the client
npm start