Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blixt/pocketpal

HackBCN
https://github.com/blixt/pocketpal

Last synced: about 1 month ago
JSON representation

HackBCN

Awesome Lists containing this project

README

        

# PocketPal

## Environment

Login to gcloud:

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

Build and run locally:

```bash
# 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:

```bash
➜ 🏎️ make push
```

Run the React app locally:

```bash
➜ 🏎️ make dev-react
```