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 a96d57c85d
fee slider
5 years ago
.github/workflows env variable during build 5 years ago
public name changes 5 years ago
src fee slider 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 stage server different index file 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 fee slider 5 years ago
vue.config.js name changes 5 years ago
yarn.lock fee slider 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