Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blixt/pocketpal
HackBCN
https://github.com/blixt/pocketpal
Last synced: about 1 month ago
JSON representation
HackBCN
- Host: GitHub
- URL: https://github.com/blixt/pocketpal
- Owner: blixt
- Created: 2024-06-29T09:45:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T05:46:22.000Z (4 months ago)
- Last Synced: 2024-07-06T09:55:05.372Z (4 months ago)
- Language: TypeScript
- Homepage: https://pocketpal.es
- Size: 503 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```