Skip to content

Micro-community app based around points of interest in the city

License

Notifications You must be signed in to change notification settings

spotcity/spotcity

Repository files navigation

spotcity

Micro-community app based around points of interest in the city

infra frontend api

local env

  1. Create .env.secrets from .env.secrets.template
  2. ./local.sh --start # Start app with live reload for both frontend and api
  3. Check out URLs

./local.sh --recreate # Rebuild and start. Useful when npm/pip packages are changed

dev env

  • Create Personal Access Token with scope "repo, write:packages".
  • Secrets are filled via Github Actions workflow
docker login https://ghcr.io -u $github_user
docker-compose -f docker-compose.yml up -d