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

https://github.com/blixt/pocketpal

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

Last synced: 5 months 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
```