Skip to content

CSCfi/bp-network-ui

Repository files navigation

Beacon Network UI

End-to-end tests Unit tests and coverage Coverage Status

Beacon Network UI serves as a Graphical User Interface for Beacon Network APIs.

Beacon Network consumes the following APIs:

Quick Start

Install Node Modules
npm install
Run Development Server
npm run serve
Compile Production Build
npm run build
Run Production Server
npm start
Run Unit Tests
npm test
Run Unit Test Coverage
npm run coverage
Run E2E Tests
npx cypress run

Build and run with Docker

docker build --build-arg VUE_APP_REGISTRY_URL=<url> --build-arg VUE_APP_AGGREGATOR_URL=<url> -t cscfi/beacon-network-ui .
docker run -p 8080:8080 cscfi/beacon-network-ui -d

License

beacon-network-ui and all it sources are released under Apache 2.0 License.

About

BIGPICTURE Beacon Network UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published