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 e180111022
get chain info from middleware instead of env
5 years ago
.github/workflows get chain info from middleware instead of env 5 years ago
public testnet meta tags 5 years ago
src get chain info from middleware instead of env 5 years ago
.env get chain info from middleware instead of env 5 years ago
.env.production get chain info from middleware instead of env 5 years ago
.env.staging get chain info from middleware instead of env 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 get chain info from middleware instead of env 5 years ago
vue.config.js stage build and 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