storj/web/satellite
2019-11-08 19:23:01 +02:00
..
src web/satellite: name hint (#3515) 2019-11-08 19:23:01 +02:00
static credit cards icons selection added (#3527) 2019-11-08 18:36:07 +02:00
tests/unit web/satellite: name hint (#3515) 2019-11-08 19:23:01 +02:00
.env satellite/payments: credit card selection (#3304) 2019-10-23 20:33:24 +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 web/satellite: tabs title change (#3496) 2019-11-06 14:27:26 +02:00
jestSetup.ts updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
package-lock.json stylelint added, lint errors fixed (#3360) 2019-10-28 17:59:19 +02:00
package.json stylelint added, lint errors fixed (#3360) 2019-10-28 17:59:19 +02:00
README.md Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
tsconfig.json web/satellite: vue-svg-loader implemented (#3307) 2019-10-23 15:26:39 +03:00
tslint.json web/satellite: vue-svg-loader implemented (#3307) 2019-10-23 15:26:39 +03:00
vue.config.js bug with not compressing to small css file fixed (#3516) 2019-11-06 19:44:20 +02: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