Skip to content

Readmycards Application using the Trust1Connector

Notifications You must be signed in to change notification settings

Trust1Team/t1c-app-rmc

Repository files navigation

Read my cards

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Setup local environment with docker compose

Build the image locally

docker build -t eu.gcr.io/t1t-pre-prod/read-my-cards:latest .
docker run -it -p 8080:8080 -e VUE_APP_T1C_URL="https://t1c.t1t.io" -e VUE_APP_T1C_PORT="51883" "eu.gcr.io/t1t-pre-prod/read-my-cards:latest"

Push built images

To push the images make sure you are logged in to the correct gcloud environment

gcloud config set project t1t-pre-prod

and then make sure docker is configured

gcloud auth configure-docker   

About

Readmycards Application using the Trust1Connector

Resources

Stars

Watchers

Forks

Packages

No packages published