Update 'backend/README.md'

This commit is contained in:
Sergiu Toma 2022-06-03 08:26:55 +00:00
parent 9fe6071a62
commit 6bff83aac4
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Lighting app
## Server
- Go to `server` folder
- Install dependencies `npm i`
- Get `macaroon`, `lndCert`(user settings) from *POLAR* and configure `appjs`
[![POLAR](https://lightningpolar.com/images/logo.png)](https://lightningpolar.com/)
- Start it using `node app.js` or `nodemon app.js`
## Frontend
- Go to `client` folder
- Install dependencies `npm i`
- Start it using `npm start`