9414b8eb48
Change-Id: I0677c3bd9ca13aaf788261af4edbc4921a3aa633 |
||
---|---|---|
.. | ||
src | ||
static | ||
tests/unit | ||
.env | ||
.gitignore | ||
babel.config.js | ||
Dockerfile | ||
entrypoint | ||
index.html | ||
jestSetup.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
vue.config.js |
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