mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
add instructions
This commit is contained in:
parent
73a7f4c8da
commit
e638a094d8
1 changed files with 21 additions and 0 deletions
21
app/README.md
Normal file
21
app/README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue