blixt / pocketpal

HackBCN

Home Page:https://pocketpal.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PocketPal

Environment

Login to gcloud:

➜ 🏎️ gcloud auth login
➜ 🏎️ gcloud auth application-default login
➜ 🏎️ gcloud config set project pocketpal-427909

Build and run locally:

# build docker image locally
➜ 🏎️ make build
# run image
➜ 🏎️ make run
# inside container
➜ 🏎️ make dev
# get logs
➜ 🏎️ make logs

Build and push Docker image to Google Cloud's artifact registry, that will update our Google Cloud Run's service:

➜ 🏎️ make push

Run the React app locally:

➜ 🏎️ make dev-react

About

HackBCN

https://pocketpal.es


Languages

Language:TypeScript 54.8%Language:Python 42.2%Language:Makefile 1.6%Language:Dockerfile 0.9%Language:HTML 0.5%Language:CSS 0.0%