You will need the following :
- A firebase project with Realtime Database, Authentication and Storage enabled
- A formspree project key
- A google cloud javascript map key
Create a api-jeys.js file inside public/javascripts folder and fill with your api keys.
const googleApiKey = 'YOUR_API_KEY';
const formSpreeFormId = 'YOUR_API_KEY';
const mapsApiKey = 'YOUR_API_KEY';