input-output-hk / dapps-certification-web

Certification as a service for the Cardano dApps platform
Apache License 2.0
5 stars 0 forks source link

Testing Tool

Statements Branches Functions Lines
Statements Branches Functions Lines

Front-end repository for Certification Service integration

Building and Running

Installation

npm install

API Integration

The default API endpoint is https://dapps-certification.scdev.aws.iohkdev.io/ found in ./.env

To override the API endpoint you have two options:

Development server with hot reload

npm start

Development build

npm run build

# run the build
serve -s build

Production build

npm run build:production

# run the build
serve -s build

Production docker

NOTE: from the root of the project run all the docker-files scripts

run the docker

./docker-files/run.sh

push the docker into a container registry

./docker-files/push.sh <<docker-registry>>