A live version of this can be found at https://mub-google-clone.vercel.app/
To run this locally, you need a google api key along with a google context key.
After you have added these to a env, with API_KEY and CONTEXT_KEY, you can run this program using
yarn dev (Development server), yarn build && yarn start (Production server)