BustByte / coronastatus

Anonymous crowd sourcing of COVID-19 symptoms all over the world (with public data sets)!
MIT License
174 stars 89 forks source link

Coronastatusau.org #402

Closed bitbonsai closed 4 years ago

bitbonsai commented 4 years ago

Adds domain on README, config and language files for Australia

bitbonsai commented 4 years ago

Files outside of git

I just found out that .config.json and package.json are not on git.

Anyways, here are both for reference and droplet deployment:

config.json

{
  "BASE_URL": "coronastatusau.org",
  "LANGUAGE": "en-AU",
  "COUNTRY": "Australia",
  "MAP_CENTER": "133.77, -25.27",
  "MAP_ZOOM": 4,
  "MAP_MAX_ZOOM": 13,
  "TWITTER": "coronastatusAU",
  "ZIP_LENGTH": 4,
  "ZIP_PLACEHOLDER": "2000",
  "ZIP_GUIDE": false,
  "REDIRECT_TO_GOVERNMENT": false,
  "PASSCODE_LENGTH": 3,
  "DB_PATH": "./covid_db"
}

Changes in package.json

line 64: "tailwindcss": "^1.2.0"

fossecode commented 4 years ago

@bitbonsai package.json should be in git. But tailwindcss is already ^1.2.0 😄 image

fossecode commented 4 years ago

Thanks for the config!