storj/web/satellite
Yehor Butko 86bf3dee9f
V3-1307 combine first and last name to full name (#1569)
* V3-1307 combine first and last name to full name
2019-03-27 14:33:32 +02:00
..
src V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
static web header design changes (#1575) 2019-03-26 18:56:38 +02:00
tests/unit V3-1307 combine first and last name to full name (#1569) 2019-03-27 14:33:32 +02:00
.gitignore linting satellite code (#1331) 2019-02-20 15:33:56 +02:00
babel.config.js updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05: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 V3-1152 Node bootstrap web backend (#1327) 2019-03-05 12:38:21 +02:00
jestSetup.ts updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
package.json Satellite api keys frontend (#1039) 2019-02-01 18:19:30 +02:00
README.md Adding dockerfile for running the web UI for Satellite (#1366) 2019-02-28 13:18:53 -07:00
tsconfig.json [V3-965] Satellite account. Fixed Vue lint errors (#890) 2018-12-18 16:43:23 +02:00
tslint.json linting satellite code (#1331) 2019-02-20 15:33:56 +02:00
vue.config.js updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
webpack.config.dev.js Web auth pages redesign (#1532) 2019-03-20 18:16:30 +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