You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
502 B

5 years ago
# Umbrel Dashboard UI
![live.getumbrel.com](https://github.com/getumbrel/umbrel-dashboard/workflows/live.getumbrel.com/badge.svg?branch=master)
5 years ago
5 years ago
### Install Dependencies
5 years ago
```
yarn install
```
### Run locally
1. Run
5 years ago
```
yarn serve
```
2. Open http://localhost:8080/
5 years ago
### Deploy to a local Umbrel node
1. Run
```
yarn deploy-local
```
2. Enter SSH password of `umbrel` user
5 years ago
3. Open http://umbrel.local/
### Compile and minify for production
5 years ago
```
yarn build
```
### Lint and fix files
5 years ago
```
yarn lint
```