/mdc-world-map

a world map for Media Death Cult members to mark their locations

Primary LanguageJavaScript

mdc-world-map

a world map for Media Death Cult members to mark their locations

run locally

  • pip install requirements
  • create a .env file in ./mdcworldmap
    • add: GOOGLE_MAPS_KEY=(your Google Maps API key)
    • add: SECRET_KEY=(django project secret key)
  • run with 'python manage.py runserver'