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.
 
 
 
 
 
Mayank 029fd49fe6 channel management complete 5 years ago
public transitions and staging 5 years ago
src channel management complete 5 years ago
.env Specify API URLS 5 years ago
.env.production Specify API URLS 5 years ago
.env.staging Specify API URLS 5 years ago
.gitignore Specify API URLS 5 years ago
LICENSE.md license 5 years ago
README.md formatting 5 years ago
babel.config.js init 5 years ago
package.json refresh txs lnd 5 years ago
vue.config.js linting 5 years ago
yarn.lock bitcoin wallet structuring complete 5 years ago

README.md

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