Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 891 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 891 Bytes

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