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.
 
 
 
 
 

497 B

Umbrel Dashboard UI

live.getumbrel.com

Install Dependencies

yarn install

Run locally

  1. Run
yarn serve
  1. Open http://localhost:8080/

Deploy to a local Umbrel node

  1. Run
yarn deploy-local
  1. Enter SSH password of umbrel user
  2. Open http://umbrel.local/

Compile and minify for production

yarn build

Lint and fix files

yarn lint