From e638a094d87af57f87e2739037166b225f47a829 Mon Sep 17 00:00:00 2001 From: Axolotle Date: Tue, 13 Oct 2020 21:56:34 +0200 Subject: [PATCH] add instructions --- app/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/README.md diff --git a/app/README.md b/app/README.md new file mode 100644 index 00000000..eb56f5d3 --- /dev/null +++ b/app/README.md @@ -0,0 +1,21 @@ +## Setup + +```bash +# clone this repo outside of the lxc (didn't try from inside for now) + +# from yunohost-admin/app + +# add a .env file with your lxc ip: +echo "VUE_APP_IP='Y.O.U.R.I.P'" > .env + +# install dependencies +npm install +``` + +### Run in development +```bash +# from yunohost-admin/app +npm run serve + +# go to https://localhost:8080/ and login +```