storj/web/satellite
Ivan Fraixedes 105a9a4848 web/satellite/tests/unit/common: Fix hardcoded year check
Don't use a hardcoded year number for tests which depends on the current
year for avoiding that they don't pass when a new year starts.

Change-Id: I52b6248f6c3ddd2df89a4b04caf3a228b0d564e0
2020-01-02 12:38:10 +00:00
..
src web/satellite: ux bugs fixes 2019-12-28 14:06:38 +02:00
static web/satellite: card stars align fixed 2019-12-18 13:46:24 +00:00
tests/unit web/satellite/tests/unit/common: Fix hardcoded year check 2020-01-02 12:38:10 +00:00
.env satellite: added ability to inject stripe public key post build (#3560) 2019-11-18 13:38:43 +02: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 satellite/web: add segmentio plugin (#3405) 2019-11-27 11:57:59 -05:00
jestSetup.ts updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
package-lock.json web/satellite: add tracking event for segment.io (#3641) 2019-12-11 15:07:15 -05:00
package.json web/satellite: add tracking event for segment.io (#3641) 2019-12-11 15:07:15 -05:00
README.md Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
tsconfig.json satellite/web: add segmentio plugin (#3405) 2019-11-27 11:57:59 -05:00
tslint.json web/satellite: vue-svg-loader implemented (#3307) 2019-10-23 15:26:39 +03:00
vue.config.js web/satellite: referral links (#3655) 2019-11-26 18:54:42 +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