Local Testing Instructions
To test locally, follow these steps:
- Create a
.env.localfile in the root directory of your project. - Copy the contents from the
.env.examplefile into.env.local. - Add the following line to
.env.local:
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=***********
Replace the
***********with your actual Google Maps API key.
Log in or sign up for Devpost to join the conversation.