storj/web/satellite
JT Olio 539f3857f1
web/satellite: downgrade typescript and pin stuff (#2918)
Change-Id: Ie14bd099fec1d6e7e30d4d0fe1d8878fdf2d4d31
2019-08-29 17:27:48 -06:00
..
src Revert "web/satellite: navigation, button and project members unit tests (#2904)" (#2905) 2019-08-29 18:06:17 +03:00
static web/satellite: api keys component updated (#2819) 2019-08-21 16:47:07 +03:00
tests/unit Revert "web/satellite: navigation, button and project members unit tests (#2904)" (#2905) 2019-08-29 18:06:17 +03:00
.env web/satellite: Moved endpoint url to config file. (#2832) 2019-08-20 16:31:01 +03:00
.env.example Project Payment methods (#2037) 2019-07-10 23:29:26 +03:00
.gitignore web/satellite: downgrade typescript and pin stuff (#2918) 2019-08-29 17:27:48 -06:00
babel.config.js CSP implementation for satellite console (#2644) 2019-07-30 13:13:24 +03:00
Dockerfile Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
entrypoint Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
index.html CSP implementation for satellite console (#2644) 2019-07-30 13:13:24 +03:00
jestSetup.ts updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
package-lock.json web/satellite: downgrade typescript and pin stuff (#2918) 2019-08-29 17:27:48 -06:00
package.json web/satellite: downgrade typescript and pin stuff (#2918) 2019-08-29 17:27:48 -06:00
README.md Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
tsconfig.json Satellite frontend refactoring (#2537) 2019-07-18 16:39:39 +03:00
tslint.json Satellite frontned empty states (#1682) 2019-04-05 18:08:14 +03:00
vue.config.js Satellite console server gzip compression (#2665) 2019-08-08 15:12:39 +03:00

storj-dev-panel

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Build docker container

From root of the repository, run:

make satellite-ui-image

Run docker container

docker run -p 8080:8080 storjlabs/satellite-ui:latest