storj/web/satellite
Bogdan Artemenko f552e7bc08
Satellite web unit tests fix (#1335)
* Fixed satellite web store unit test return value.

* Fixed satellite web 'user' store unit test return value.
2019-02-20 17:56:05 +02:00
..
src linting satellite code (#1331) 2019-02-20 15:33:56 +02:00
static [V3-873] Error pages markup and 404 logic (#831) 2018-12-12 12:06:33 +02:00
tests/unit Satellite web unit tests fix (#1335) 2019-02-20 17:56:05 +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
index.html V3-763 Create logic for project details (#728) 2018-11-28 18:20:23 +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 Satellite frontend initial (#515) 2018-11-05 17:26:18 +02: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 updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05: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