Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

F3-Nation/archive-f3-nation-map

Repository files navigation

No Maintenance Intended

DEPRECATED

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 variable management with Doppler

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

Deploying

  1. On github push to staging or main branches of f3-nation/f3-nation-map it will automatically deploy w cloud build to cloud run

Mobile vs Desktop

  1. 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

PgBouncer

  • this app uses a GCE instance to run PgBouncer in the f3data project
  • gcloud compute ssh f3data-pgbouncer-vm --project f3data

About

⛔DEPRECATED

Resources

Stars

Watchers

Forks

Contributors