From 5fe9df48dda8c0bc3ac870430aabe1dbafa9a697 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:11:42 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index a46a2c850..046a27467 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -45,12 +45,3 @@ To then run the server, use: pipenv run python -m uvicorn lnbits.__main__:app --reload **Note**: We reccomend using Caddy for a reverse-proxy, if you want to serve your install through a domain, alternatively you can use [ngrok](https://ngrok.com/). - -## Frontend - -The frontend uses [Vue.js and Quasar][quasar]. - -[quart]: https://pgjones.gitlab.io/ -[pipenv]: https://pipenv.pypa.io/ -[polar]: https://lightningpolar.com/ -[quasar]: https://quasar.dev/start/how-to-use-vue