- The web site uses the google maps API which requires an API key.
- Add a settings.json file to the root of the project and add the following json.
{
"googlemapsAPI": "https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxx&callback=initMap",
"googlemapsAPIKey": "xxxxxxxxxx"
}
Replace the xxxxxxxxxx with your API key.