PAXminer has been serving F3 Nation for a while now. We are standing up a new database and Slackbot. Check out https://github.com/F3-Nation to see what we're working on and to contribute.
Original ReadMe
Environment variables are managed with Doppler. Running the ./tooling/scripts/doppler.sh script will help you push/pull env variables between Doppler and local .env files. You will first need to install the Doppler CLI and then run doppler login and doppler setup.
Usage:
# download all configs from Doppler to local .env files
pnpm doppler download
# Uploads the vars in .env.dev, .env.stg, and .env.prd files
pnpm doppler upload- On github push to
stagingormainbranches off3-nation/f3-nation-mapit will automatically deploy w cloud build to cloud run
- As shown in update-pane.tsx we use onClick for desktop and onTouchEnd for mobile. This seems to work best. But we are using isMobileDevice in some other places and might need to update
- this app uses a GCE instance to run PgBouncer in the f3data project
- gcloud compute ssh f3data-pgbouncer-vm --project f3data